Skip to content

0.14.0

Choose a tag to compare

@maciejmikosik maciejmikosik released this 15 Aug 01:24
· 71 commits to master since this release

Redesigned integration with junit. Previously any problem with initialization of junit runner would cause InitializationException that prevented tests to be run. Now reporting of problems is more fine grained. Any problem with methods annotated with @Quackery or @org.junit.Test is caught during initialization and replaced by adding failing test to root Suite #44. Junit problems are ignored if there are no methods annotated with @org.junit.Test #51. Solved minor presentations issues #50, #56. Updated documentation #55.