Skip to content

v0.2.1 / 10.01.2017

Compare
Choose a tag to compare
@mhalitk mhalitk released this 09 Jan 22:45
· 16 commits to master since this release

Added

  • afterEach callback that runs after each case in a Test
  • beforeEach callback that runs before each case in a Test

Fixed

  • Fix skipped cases effect to total count (Issue #5)
  • Fix case's parent is null issue

Other

  • Document Result, Test and Case classes