| Version | Date | Description |
|---|---|---|
| 1.3.0 | 06-Jan-2013 | DB monitoring |
| 1.2.20 | 15-Jul-2012 | extended JUnit support |
| 1.2.10-YEARS | 23-Mar-2012 | 10 years PatternTesting |
| 1.2.0 | 06-Jan-2012 | OSGi bundle |
| 1.1.0 | 22-Apr-2011 | version for Stuttgarter Test-Tage 2011 |
| 1.0.3 | 18-Oct-2010 | upload version |
| 1.0.2 | 06-Sep-2010 | holiday version |
| 1.0.1 | 18-Jul-2010 | the version after JFS 2010 |
| 1.0.0 | 20-Jun-2010 | first org.patterntesting version |
| 0.9.9 | 30-Dec-2009 | Silvester version |
| 0.9.8 | 20-Dec-2009 | Christmas version |
| 0.9.7 | 14-Sep-2009 | improved samples version |
| 0.9.6 | 02-May-2009 | version for Stuttgarter TestTage 2009 |
| 0.9.5 | 31-Mar-2009 | 1st version |
| Type | Changes | By |
|---|---|---|
| ConcurrentModificationException with ParallelSuite fixed. Fixes 3541705. | oboehm |
| ParallelProxyRunner moved from experimental to junit package. | oboehm |
| Support for JUnit 4.9 and 4.10 added. | oboehm |
| Support for JUnit 4.5 added. | oboehm |
| Support for JUnit 4.6 and 4.7 added. | oboehm |
| Type | Changes | By |
|---|---|---|
| ThreadDeadLockMonitor ported back to Java 5. | oboehm |
| Improved event handling for ignored and executed tests. Number of executed tests should now be correct. | oboehm |
| Begin with next snapshot. | oboehm |
| Type | Changes | By |
|---|---|---|
| ParallelSuite provided to start JUnit classes in parallel. Fixes 3462965. | oboehm |
| Meta informatation for OSGi provided. | oboehm |
| ParallelProxyRunner provided in package patterntesting.concurrent.experimental to support delegation to other JUnit runners. Fixes 3434963. | oboehm |
| Switched from commons-logging to SLF4J. | oboehm |
| Type | Changes | By |
|---|---|---|
| Suppressing "adviceDidNotMatch" warning. | oboehm |
| Deprecated @RunTestsParallel and ParallelRunnerAspect removed. Use "@RunWith(ParallelRunner.class)" to run JUnit methods parallel. | oboehm |
| Type | Changes | By |
|---|---|---|
| Prepared for upload to https://oss.sonatype.org/ | oboehm |
| Aspects for deprecated RunTestsParallel annotation removed. | oboehm |
| Type | Changes | By |
|---|---|---|
| The reported times for the JUnit tests are no longer logged two times. | oboehm |
| Type | Changes | By |
|---|---|---|
| A ParallelRunner for use together with JUnit4 @RunWith annotation is supported now. It runs JUnit4 tests in parallel but can be also used for JUnit3 test cases! | oboehm |
| JUnitExecutor has now a reset method to be able to switch between "patterntesting.runTestsParallel=false" and "patterntesting.runTestsParallel=true". | oboehm |
| GroupId changed to "org.patterntesting". | oboehm |
| Type | Changes | By |
|---|---|---|
| You can disable now @RunTestsParallel by the system property "patterntesting.runTestsParallel=false". | oboehm |
| @RunTestsParallel works now also for protected setUp() methods (JUnit3). Fixes 2919400. | oboehm |
| Type | Changes | By |
|---|---|---|
| JUnit tests can be now run in parallel using the annotation @RunTestsParallel (JUnit 3 and 4). Fixes 2904880. | oboehm |
| Javadoc warnings and errors fixed (with the help of JAutodoc). Fixes 2859497. | oboehm |
| Type | Changes | By |
|---|---|---|
| Some XML files got now the schema references for better XML support inside Eclipse. | oboehm |
| Type | Changes | By |
|---|---|---|
| TestThreadAspect and other aspects to support concurrency are moved from PatternTesting-Check and PatternTesting-Runtime to a new project "PatternTesting Concurrent". | oboehm |