private static IEnumerable <object[]> FindTests(TestOneofCase testCase) => s_allTests
 .Where(t => t.TestCase == testCase)
 .Select(t => new object[] { new SerializableTest(t) });
Beispiel #2
0
 public void ClearTest()
 {
     testCase_ = TestOneofCase.None;
     test_     = null;
 }