0.16.0
Redesigned model of Test, Case and Suite.
Incompatible changes.
Testis now an interface instead of abstract class.Casecannot be subclassed. It doesn't haverunmethod anymore. Its static factory method returnsTestinstead ofCase.Bodyis now top-level class instead of nested inCase.Case,SuiteandTesthas no public fields now. They can be accessed by callingvisitmethod.