Data driven test in NUnit with csv source data
May 23, 2011
2 minute read
I wanted to test a date parser across a large range of values so wanted a simple test harness to test all the values.
The test framework options around c# / .net seem to be:
MSTest - can do csv via jā¦
Read More
