Home
last modified time | relevance | path

Searched defs:TestCase (Results 1 – 4 of 4) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestCaseRunEntity.java67 public static class TestCase { class in TestCaseRunEntity
80 public TestCase(long parentId, int offset, String name, int result) { in TestCase() method in TestCaseRunEntity.TestCase
/test/vts-testcase/kernel/ltp/testcase/tools/
Dtest_case.py24 class TestCase(object): class
/test/vts-testcase/kernel/ltp/
Dtest_case.py27 class TestCase(object): class
/test/vts/runners/target/gtest/
Dgtest_main.cpp172 class TestCase { class
174 TestCase() {} // For std::vector<TestCase>. in TestCase() function in TestCase
175 explicit TestCase(const char* name) : name_(name) {} in TestCase() function in TestCase