All tags

Posts tagged: #tdd

Data driven test in NUnit with csv source data

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