Releases: paulcwarren/ginkgo4j
Version 1.0.9
This release allows (actually re-instates) executables blocks (the lambda's) to throws Throwable
therefore enabling test writers to write test code that can throw any type of exception including Throwable
.
Without this change test writers would be forced (by the Java compiler) to handle Throwable
's in their test code which could be counter-productive or even just plain wrong depending on the test being written.
Maven coordinates for this release are:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.9</version>
</dependency>
More information can be found here
Version 1.0.8
Version 1.0.7
Maven coordinates for this release are:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.7</version>
</dependency>
More information can be found here
Version 1.0.6
What's in this release?
- Added support for Throwable's
Maven coordinates for this release are:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.6</version>
</dependency>
More information can be found here
Version 1.0.5
What's in this release?
- Fixed issue #4 - A Describe within a Context within a Describe thinks there's a non-existent test that fails to start
- Added synchronization to the JunitRunnerListener
Maven coordinates for this release are:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.5</version>
</dependency>
More information can be found here
Version 1.0.4
What's in this release?
- Fixed issue #3 - AfterEach doesn't run if a test fails due to unhandled exception
- Implementation cleanup
Maven coordinates for this release are:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.4</version>
</dependency>
More information can be found here
Version 1.0.3
Minor bug fix to ensure executable block descriptions can contain regex special characters without loosing their It blocks!
Maven coordinates for this release are:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.3</version>
</dependency>
More information can be found here
Version 1.0.2
Version 1.0.0
Maven coordinates for this release are:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.0</version>
</dependency>
More information can be found here