Searched defs:TestCase (Results 1 – 4 of 4) sorted by relevance
67 public static class TestCase { class in TestCaseRunEntity80 public TestCase(long parentId, int offset, String name, int result) { in TestCase() method in TestCaseRunEntity.TestCase
24 class TestCase(object): class
27 class TestCase(object): class
172 class TestCase { class174 TestCase() {} // For std::vector<TestCase>. in TestCase() function in TestCase175 explicit TestCase(const char* name) : name_(name) {} in TestCase() function in TestCase