Releases: lefou/LambdaTest
Releases · lefou/LambdaTest
LamdaTest 0.2.3
- Fixed fail late logic for Expect
- Added new class ExpectString and Expect.expectString for fluent string assertions.
LambdaTest 0.2.2
- Fixed Assert.assertEquals for Strings, especially when expected is empty or shorter than actual.
LambdaTest 0.2.1
- Added
TempFile, an utility class providing support to work with temporary files and directories which will be automatically cleaned up after the test case.
LambdaTest 0.2.0
- Added JUnit support.
You can now usede.tobiasroeser.lambdatest.junit.FreeSpecfor JUnit based tests in addition to the already existingde.tobiasroeser.lambdatest.testng.FreeSpecfor TestNG based tests. - Introduced new
AssertandExpectclasses. Expect-based asserts also support deferred exceptions. FreeSpec already integrates the setup of Expect.
LambdaTest 0.1.0
- Also release compatibility packages for older Java runtimes: Java7 and Java6. They are available via the "java7" and "java6" classifier.
- FreeSpec.intercept now returns the intercepted exception.
- Added FreeSpec.setRunInParallel to enable option to run tests in parallel.
- Introduced LambdaTest interface (implemented by testng.FreeSpec) to contain the common API.
0.0.3-mvn-central
Re-release of the 0.0.3 release, but with changed Maven groupId. This version will also be sync'ed to Maven Central.