Unit tests to support the idea of "test cases"
Often you want to run the same unit test with silightly different property values. For example, you might want to run the same test with good, bad, and limit values. In products like JUnit/NUnit there is the ability to 'attribute' the unit test me...