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
3 Useful NUnit Attributes for Your C# Tests…
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