Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Resources

Use of Spock Blocks and Labels

...

  1. Test duplication instead of using of data table or data pipes
    TBD: Create examples

  2. Abuse of Spock tables; combining many tests (for different behavior) into one large table
    TBD: Create examples

  3. 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

...

  1. .

...