Skip to content

LambdaTest 0.3.0 - 2017-10-30

Choose a tag to compare

@lefou lefou released this 30 Oct 15:15
  • Introduced Reporter interface and DefaultReporter class
  • Introduced generic base class FreeSpecBase to hold test framework unspecific logic
  • Added FreeSpec.section to allow more structured tests
  • Reformatted output of tests (handled now by Reporter)
  • Added Assert.assertNull and Assert.assertNotNull
  • Added Expect.expectNull and Expect.expectNotNull
  • Generate proper OSGi manifests for all JARs/bundles
  • Fixed assert message of Intercept.intercept(Class<T>, String, RunnableWithException)
  • Documentation improvements