Skip to content

v0.4.0

Compare
Choose a tag to compare
@maciejmikosik maciejmikosik released this 11 Dec 18:46
· 439 commits to master since this release

improvements

  • converted exception during building Suite into failing Case #14
  • changed testers to throw TestanzaAssertionError

incompatible changes

  • redesigned whole api
  • created new interface Test replacing junit.framework.Test
  • created Junit for converting Test to junit.framework.Test
  • replaced BodyTester by CaseTester
  • replaced TestBuilder by SuiteTester
  • gathered all testers in Testers class