Skip to content

Releases: lefou/LambdaTest

LamdaTest 0.2.3

10 May 11:53

Choose a tag to compare

  • Fixed fail late logic for Expect
  • Added new class ExpectString and Expect.expectString for fluent string assertions.

LambdaTest 0.2.2

03 May 20:29

Choose a tag to compare

  • Fixed Assert.assertEquals for Strings, especially when expected is empty or shorter than actual.

LambdaTest 0.2.1

04 Mar 10:36

Choose a tag to compare

  • 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

12 Feb 09:32

Choose a tag to compare

  • Added JUnit support.
    You can now use de.tobiasroeser.lambdatest.junit.FreeSpec for JUnit based tests in addition to the already existing de.tobiasroeser.lambdatest.testng.FreeSpec for TestNG based tests.
  • Introduced new Assert and Expect classes. Expect-based asserts also support deferred exceptions. FreeSpec already integrates the setup of Expect.

LambdaTest 0.1.0

08 Dec 22:46

Choose a tag to compare

  • 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

29 Nov 11:24

Choose a tag to compare

Re-release of the 0.0.3 release, but with changed Maven groupId. This version will also be sync'ed to Maven Central.

0.0.3

16 Nov 22:10

Choose a tag to compare

  • Fixed issue with missapplied close of STDOUT stream
  • Fixed bug preventing from TestNG seeing pending tests as skipped
  • de.tobiasroeser.lambdatest.testng.FreeSpec class no longer inherits org.testng.Assert

0.0.2

18 Oct 19:30

Choose a tag to compare

  • Colored output
  • Added support to match exception messages with regex in intecept

0.0.1

15 Oct 08:31

Choose a tag to compare

  • First release.