Skip to content

0.16.0

Choose a tag to compare

@maciejmikosik maciejmikosik released this 25 Apr 01:06
· 12 commits to master since this release

Redesigned model of Test, Case and Suite.

Incompatible changes.

  • Test is now an interface instead of abstract class.
  • Case cannot be subclassed. It doesn't have run method anymore. Its static factory method returns Test instead of Case. Body is now top-level class instead of nested in Case.
  • Case, Suite and Test has no public fields now. They can be accessed by calling visit method.