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 EmailValidator_Should_Validate_Correctly( string data, bool expected) { var emailValidator = new Em...
blog.ciechowski.net3 min readNo responses yet.