flutter testing dart Dart: Manual Mutation Testing Christian Findlay Dec 04, 2021 4 min read Mutation testing is a technique for measuring the quality of your tests. Read Article
dotnet testing xUnit - Strongly Typed Test Data Christian Findlay Jun 30, 2019 1 min read xUnit has a quirky system for consuming test data. Strongly typed test data can be specified with the MemberData attribute and the Theory attribute but... Read Article