Value sets in several columns expand to every combination
All 12 scenarios hold
Each row runs once per combination of values — three x values times two y values give six invocations per row.
expected outcome
broken scenario
| Scenario | x | y | Is sum even? |
|---|---|---|---|
| Even plus even |
|
| true |
| Odd plus even |
|
| false |