Searched defs:TestCase (Results 1 – 8 of 8) sorted by relevance
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
D | TestCase.java | 23 class TestCase implements Comparable<TestCase> { class 29 public TestCase(String name) { in TestCase() method in TestCase
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | TestCase.java | 34 class TestCase extends AbstractXmlPullParser { class 46 public TestCase(String testCaseName) { in TestCase() method in TestCase 50 public TestCase() { in TestCase() method in TestCase
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewFadingEdgeTest.java | 189 private static class TestCase { class in TextViewFadingEdgeTest 199 TestCase(String errorMsg, String text, boolean horizontalFadingEnabled, int gravity, in TestCase() method in TextViewFadingEdgeTest.TestCase 212 TestCase(String errorMsg, String text, boolean horizontalFadingEnabled, int gravity, in TestCase() method in TextViewFadingEdgeTest.TestCase
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | TestCase.java | 37 public abstract class TestCase { class 68 public TestCase(Context context) { in TestCase() method in TestCase
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | ActivityTestBase.java | 339 private class TestCase { class in ActivityTestBase 354 public TestCase(int layoutId, ViewInitializer viewInitializer, boolean useHardware) { in TestCase() method in ActivityTestBase.TestCase 360 public TestCase(CanvasClient client, String debugString, boolean useHardware) { in TestCase() method in ActivityTestBase.TestCase
|
/cts/tests/tests/icu/tools/android/icu/cts/tools/ |
D | GenerateTestCaseXML.java | 215 public static class TestCase extends SuiteContent { class in GenerateTestCaseXML 219 public TestCase(String name) { in TestCase() method in GenerateTestCaseXML.TestCase
|
/cts/suite/cts/utils/ |
D | get_csv_report.py | 36 class TestCase(object): class
|
/cts/tools/testng/ |
D | gen-test-list-xml.py | 164 class TestCase(BaseNode): class
|