Using TestCaseData with TestCaseSource to better organize your tests
I have recently developed this pattern when I am writing tests that may not be new to some of you, but I wanted to share. It is using the TestCaseData class in combination with the…