We’ve written a few tests in this series now. You’ll have seen we decorate methods with Test to tell the test runner to include them. You might also remember we previously used TestCase to run them with different data sets. These attributes are just two of the many
Share this post
3 Useful NUnit Attributes for Your C# Tests…
Share this post
We’ve written a few tests in this series now. You’ll have seen we decorate methods with Test to tell the test runner to include them. You might also remember we previously used TestCase to run them with different data sets. These attributes are just two of the many