Releases: innogames/junit5-scenario-builder
Releases · innogames/junit5-scenario-builder
v1.0.3
v1.0.2
- EntityRefHolder.ref() re-uses previously set Entity
v1.0.1
- Make entityRef in EntityRefHolder protected
v1.0.0
Features
- JUnit5 Extension that adds a ScenarioBuilder to all tests (either via test method parameter or base test class)
- Build an entire test scenario by configuring a single object in tests
- Improves the readability of tests
v0.4.1
Added constructor for initial value to Ref class
v0.4.0
Separated Scenario Builder from JUnit Extension
v0.3.0
Updated signing for GitHub Action