Table of Contents |
---|
Resources
Use of Spock Blocks and Labels
...
- Test duplication instead of using of data table or data pipes
TBD: Create examples - Abuse of Spock tables; combining many tests (for different behavior) into one large table
TBD: Create examples - JUnit legacy behavior : All conditions and expectations in the test name/scenario
Instead of using the given-when-then label descriptions the developer puts all those in the scenario/test title.
Resources
...
- .
...