Would it be worth the time to take advantage of multiple testing values? #64
Protiguous
started this conversation in
Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We can alter the tests so we have a wider variety of values to test against.
Instead of typing out Test10, Test11, Test12, etc.. NUnit (and I believe also XUnit & TUnit) has the ability to generate multiple tests for ranges of values.
This could help us seek out possible bugs.
All reactions