#unit-testing
Read more stories on Hashnode
Articles with this tag
Working with collections of custom types in xUnit always felt clumsy. To pass such a set of data, you had either create a property or a whole...
Naming is hard. Well described test suites are even harder. I've seen a lot of tests that goes like this: [MemberData(nameof(Data))] public void...