Replies: 2 comments 2 replies
-
You can achieve this with parameterised tests |
Beta Was this translation helpful? Give feedback.
0 replies
-
@SimonCropp can you please elaborate further with a simple example? Let's say we want to test class Math that has a method Add that accepts two numbers and that I want to test all combinations where first number can be [1,2] while, second number can be [3,4], so it should generate 4 cases, 1+3, 1+4, 2+3 and 2+4. Thanks :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does the Verify library offer Combination Approvals and how would a sample one be implemented?
I would like to implement something like:
Beta Was this translation helpful? Give feedback.
All reactions