Version 0.3.0 Released
The new version 0.3.0 of JGiven is released:
- arguments from JUnit Parameterized and JUnitParams runner can now be read
- arguments from JUnit Dataprovider runner are now read directly instead of parsing them
- Schritte-class is deprecated and has been replaced with Stufe-class (only relevant for german scenarios)
- the HTML report now escapes HTML in step arguments (Issue-#9)
- print style of HTML report is nicer
- steps following failed steps are now reported as skipped
- @NotImplementedYet annotation has new attributes failIfPass and executeSteps (Issue-#4)