JGiven v0.4.0 Release Notes

    • made scenarios and cases in HTML reports collapsible #18
    • slightly changed layout and appearance of HTML reports
    • measure duration of each step and include in reports #13
    • scenarios are sorted by name in HTML reports
    • ๐Ÿ›  fix issue with intercepting methods of stages during construction
    • ๐Ÿ›  fix issue when multiple exceptions are thrown to throw the first one instead of the last one
    • ๐Ÿ—„ @ScenarioDescription is now deprecated, instead just use @Description #16
    • โœ… @Description now also works on test classes
    • ๐Ÿ›  fixed case generation for parameterized JUnit runner #21