[EN] TestDataSource annotation included in nUnit is useful sometime
Sometimes when you write tests you want to check how the code behaves in different cases. I had already experienced that a couple of times before and I always used TestCase annotation available in nUnit library. It’s nice to know that nUnit offers an alternative approach as well. You can use TestCaseSource annotation instead of…