Create clean test cases in xUnit with TheoryData

Overview Keeping your tests clear and readable is an important part of writing good tests, but sometimes, you may find yourself needing some more complex test cases that you find less than clean. One example I repeatedly run into that doesn’t seem to lend itself to clean test cases is testing string parsing methods. xUnit […]

Create clean test cases in xUnit with TheoryData Read More ยป