Ad
  • Default User Avatar

    Using Assert.True in the ExampleTests on the collection of test cases makes the failure message unhelpful.

    Refactoring so each test case gives it's own failure message would be nice.

    I personally prefer TestCase or TestCaseSource for collections of tests.