Main changes

Release History

VersionDateDescription
1.3.006-Jan-2013DB monitoring
1.2.2015-Jul-2012extended JUnit support
1.2.10-YEARS23-Mar-201210 years PatternTesting
1.2.006-Jan-2012OSGi bundle
1.1.022-Apr-2011version for Stuttgarter Test-Tage 2011
1.0.318-Oct-2010upload version
1.0.206-Sep-2010holiday version
1.0.118-Jul-2010the version after JFS 2010
1.0.020-Jun-2010first org.patterntesting version
0.9.930-Dec-2009Silvester version
0.9.820-Dec-2009Christmas version
0.9.714-Sep-2009improved samples version
0.9.602-May-2009version for Stuttgarter TestTage 2009
0.9.531-Mar-20091st version

Release 1.3.0 - 06-Jan-2013

TypeChangesBy

fix

Patch from Patrick Linskey integrated. Fixes 3585230.

Release 1.2.20 - 15-Jul-2012

TypeChangesBy

fix

ConcurrentModificationException with ParallelSuite fixed. Fixes 3541705.oboehm

update

ParallelProxyRunner moved from experimental to junit package.oboehm

update

Support for JUnit 4.9 and 4.10 added.oboehm

update

Support for JUnit 4.5 added.oboehm

update

Support for JUnit 4.6 and 4.7 added.oboehm

Release 1.2.10-YEARS - 23-Mar-2012

TypeChangesBy

fix

ThreadDeadLockMonitor ported back to Java 5.oboehm

fix

Improved event handling for ignored and executed tests. Number of executed tests should now be correct.oboehm

update

Begin with next snapshot.oboehm

Release 1.2.0 - 06-Jan-2012

TypeChangesBy

add

ParallelSuite provided to start JUnit classes in parallel. Fixes 3462965.oboehm

add

Meta informatation for OSGi provided.oboehm

add

ParallelProxyRunner provided in package patterntesting.concurrent.experimental to support delegation to other JUnit runners. Fixes 3434963.oboehm

update

Switched from commons-logging to SLF4J.oboehm

Release 1.1.0 - 22-Apr-2011

TypeChangesBy

update

Suppressing "adviceDidNotMatch" warning.oboehm

remove

Deprecated @RunTestsParallel and ParallelRunnerAspect removed. Use "@RunWith(ParallelRunner.class)" to run JUnit methods parallel.oboehm

Release 1.0.3 - 18-Oct-2010

TypeChangesBy

update

Prepared for upload to https://oss.sonatype.org/oboehm

remove

Aspects for deprecated RunTestsParallel annotation removed.oboehm

Release 1.0.2 - 06-Sep-2010

TypeChangesBy

update

Classes for internal use moved to internal package.oboehm

Release 1.0.1 - 18-Jul-2010

TypeChangesBy

fix

The reported times for the JUnit tests are no longer logged two times.oboehm

Release 1.0.0 - 20-Jun-2010

TypeChangesBy

add

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

add

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

Release 0.9.9 - 30-Dec-2009

TypeChangesBy

add

You can disable now @RunTestsParallel by the system property "patterntesting.runTestsParallel=false".oboehm

fix

@RunTestsParallel works now also for protected setUp() methods (JUnit3). Fixes 2919400.oboehm

Release 0.9.8 - 20-Dec-2009

TypeChangesBy

add

JUnit tests can be now run in parallel using the annotation @RunTestsParallel (JUnit 3 and 4). Fixes 2904880.oboehm

fix

Javadoc warnings and errors fixed (with the help of JAutodoc). Fixes 2859497.oboehm

Release 0.9.7 - 14-Sep-2009

TypeChangesBy

update

Some XML files got now the schema references for better XML support inside Eclipse.oboehm

Release 0.9.6 - 02-May-2009

TypeChangesBy

update

Only minor changes (some documents were updated)oboehm

Release 0.9.5 - 31-Mar-2009

TypeChangesBy

update

TestThreadAspect and other aspects to support concurrency are moved from PatternTesting-Check and PatternTesting-Runtime to a new project "PatternTesting Concurrent".oboehm