| Version | Date | Description |
|---|---|---|
| 1.0.0 | 2010-04-15 | |
| 1.0.1 | 2010-04-20 | |
| 1.1 | 2010-12-19 | |
| 1.2 | 2011-03-04 | |
| 1.3 | 2014-06-01 | |
| 1.3 | 2015-05-04 | First sourceforge release with minor updates. |
| Type | Changes | By |
|---|---|---|
![]() |
Added first verison. | pasc |
| Type | Changes | By |
|---|---|---|
![]() |
Added super class for test cases, DefaultTCase, which verifies that all helpers have been destroyed. | pasc |
| Type | Changes | By |
|---|---|---|
![]() |
Translated ControlledThread to English and made some minor documentation / formatting improvements. Translated documentation of TestPropertiesDefinition. Translated the documentation of ThreadFlag and removed some compilation warnings. | pasc |
![]() |
Added a class (PictureBuilder) that generates random pictures. | pasc |
![]() |
Changed DefaultTCase to extend Assert. | pasc |
![]() |
Added a class to obtain the contents of a web page (WebGetter). | pasc |
![]() |
Added a method to RandomGenerator to obtain a random item from an array. | pasc |
| Type | Changes | By |
|---|---|---|
![]() |
Corrected a bug which made creating a random picture would sometime fail with an assertion error. | pasc |
![]() |
Added a method to pick a random value from a collection. | pasc |
![]() |
Updated RandomGenerator methods to use IllegalArgumentException in case of incorrect parameters (instead of using asserts). | pasc |
![]() |
Added support for the TestHelper annotation. | pasc |
![]() |
Translated the documentation of the CommandRunner and removed a compilation warning. Made some corrections to remove findbugs warnings. | pasc |
![]() |
Added support for Eclipse and maven PMD. Configured PMD ruleset file and cleaned all errors related to PMD. | pasc |
| Type | Changes | By |
|---|---|---|
![]() |
Upgraded auxtest lib to java 7 and to Eclipse Juno. | pasc |
![]() |
Added a test helper that checks the number of threads running. | pasc |
![]() |
Updated ThreadCountTestHelper to ignore threads which are not alive. | pasc |
![]() |
The AbstractControlledThread now waits for the thread to die also checking the isAlive() method. | pasc |
![]() |
Updated default test case to force an ordering in help initialization / destruction. | pasc |
![]() |
Updated several classes to match Java 7 conventions. | pasc |
![]() |
Updated documentation on test properties definition and updated default test case to load the global properties. | pasc |
![]() |
Updated log4j version to 1.2.17. | pasc |
![]() |
The DefaultTCase now saves system properties before the test and restores them after. | pasc |
![]() |
Corrected a bug which made test properties only loaded on the first test case. | pasc |
![]() |
Added support for starting java processes with debug flag. Made some refactoring to update naming conventions. | pasc |
![]() |
Added a method to DefaultTCase to cover all code of enumerations. | pasc |
![]() |
Added support for waiting until a condition is true in DefaultTCase. | pasc |
![]() |
Adding another variation of the launch_java_async with a custom working directory. | pasc |
![]() |
Added another variation of the launch_java_async. | pasc |
![]() |
Increased the default timeout for wait_for_true. | pasc |
![]() |
AbstractControlledThread invokeAll now reports all exceptions (others are added as suppressed). | pasc |
![]() |
Updated FilecontentWorker with new method names (new conventions). Added another variant of the get_resource method. Renamed methods in JavacRunner to sync with changes in FileContentWorker. | pasc |
![]() |
Added Serialization class with utility methods for serialization. | pasc |
| Type | Changes | By |
|---|---|---|
![]() |
(r5) Updated some methods to match naming convensions.
Added methods to DefaultTCase to allow getting and
setting internals for white box unit testing. |
pasc |
![]() |
(r6) Updated for Java 8. | pasc |
![]() |
(r7) Fixed javadoc in
AbstractControlledThread. |
pasc |
![]() |
(r8) Fixed javadoc in HashcodeEqualsTest. | pasc |