Home
last modified time | relevance | path

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

/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DTestCase.java23 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/
DTestCase.java34 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/
DTextViewFadingEdgeTest.java189 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/
DTestCase.java37 public abstract class TestCase { class
68 public TestCase(Context context) { in TestCase() method in TestCase
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java339 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/
DGenerateTestCaseXML.java215 public static class TestCase extends SuiteContent { class in GenerateTestCaseXML
219 public TestCase(String name) { in TestCase() method in GenerateTestCaseXML.TestCase
/cts/suite/cts/utils/
Dget_csv_report.py36 class TestCase(object): class
/cts/tools/testng/
Dgen-test-list-xml.py164 class TestCase(BaseNode): class