We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31df99d commit a18d5ecCopy full SHA for a18d5ec
2 files changed
README.adoc
@@ -128,6 +128,12 @@ To use this project in your Maven project:
128
129
== Changelog
130
131
+=== 0.0.3 - 2014-11-16
132
+
133
+* Fixed issue with missapplied close of STDOUT stream
134
+* Fixed bug preventing from TestNG seeing pending tests as skipped
135
+* de.tobiasroeser.lambdatest.testng.FreeSpec class no longer inherits org.testng.Assert
136
137
=== 0.0.2 - 2014-10-18
138
139
* Colored output
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>de.tobiasroeser</groupId>
8
<artifactId>de.tobiasroeser.lambdatest</artifactId>
9
- <version>0.0.3-SNAPSHOT</version>
+ <version>0.0.3</version>
10
11
<name>Poor Mans Lambda Test</name>
12
<description>Minimal Java8 Lambda enabled testing for TestNG</description>
0 commit comments