Searched defs:TestCase (Results 1 – 6 of 6) sorted by relevance
28 private static class TestCase { class in Main29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() method in Main.TestCase
23 public abstract class TestCase { class
37 class TestCase(PrintableMixin): class