0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed the JUnitXMLReaderTest class and related files. More... over 14 years ago
Improved the generateCommandLine() method. More... over 14 years ago
Fixed a defect that caused the "Run Tests For - File" command to run the tests of supertypes of the target file. (Issue #260) More... over 14 years ago
Replaced TestLifecycle.getInstance().getTestingTargets().add() method calls with addTestingTarget(). More... over 14 years ago
Added the addTestingTarget() method. More... over 14 years ago
Made few minor improvements. More... over 14 years ago
Renamed the method from addTestFolders() to addTestFoldersAsTestingTargets(). More... over 14 years ago
Renamed temporary variables of the runAllTests(), runTests(), and showPropertyPage() methods from target to testingTarget. More... over 14 years ago
Renamed the field from lastTarget to lastTestingTarget. More... over 14 years ago
Renamed the temporary variable from target to testingTarget. More... over 14 years ago
Renamed the method from getTarget() to getTestingTarget(). More... over 14 years ago
Renamed the field from lastTarget to lastTestingTarget. More... over 14 years ago
Renamed the method from getProgramArguments() to generateCommandLine(). More... over 14 years ago
Updated copyrights. More... over 14 years ago
Update the copyright notice. More... over 14 years ago
Renamed the method from getTargetResource() to getResource(). More... over 14 years ago
Renamed the method from getTargetResource() to getFirstResource(). More... over 14 years ago
Renamed the method from addTarget() to add(). More... over 14 years ago
Moved TestingTargets objects under the control of TestLifecycle objects. More... over 14 years ago
Renamed the class from LaunchTarget to TestingTargets. More... over 14 years ago
Changed the value of the Bundle-Name element. More... over 14 years ago
Removed the Export-Package element. More... over 14 years ago
Added a feature that displays the next/previous failure in cyclic order. (Issue #256) More... over 14 years ago
Changed the default value of the line field to 1. More... over 14 years ago
Added a feature that provides the new user interface for failures and errors. (Issue #250) More... over 14 years ago
Changed the behavior of getFile() so as to provide the file of the parent test suite if the file is not given for a test case. More... over 14 years ago
Renamed the class from EditorOpen to EditorOpener. More... over 14 years ago
Renamed the class from ViewShow to ViewOpener. More... over 14 years ago
Added code to restore the focus to the last active part after opening an editor. More... over 14 years ago
Added code to open an editor when moving the previous/next failures. More... over 14 years ago