Searched refs:UiAutomatorTestCase (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCaseFilter.java24 * A {@link TestCaseFilter} that accepts testFoo methods and {@link UiAutomatorTestCase} classes
39 return UiAutomatorTestCase.class.isAssignableFrom(clazz);
H A DTestCaseCollector.java48 * @param classNames class must be subclass of {@link UiAutomatorTestCase}
62 * @param className classes must be subclass of {@link UiAutomatorTestCase}
78 * @param className class must be subclass of {@link UiAutomatorTestCase}
107 throw new RuntimeException("Test class must be derived from UiAutomatorTestCase");
122 private UiAutomatorTestCase error(Class<?> clazz, final String message) {
123 UiAutomatorTestCase warning = new UiAutomatorTestCase() {
H A DUiAutomatorTestCase.java40 public class UiAutomatorTestCase extends TestCase { class in inherits:TestCase
H A DUiAutomatorTestRunner.java427 ((UiAutomatorTestCase)testCase).setAutomationSupport(mAutomationSupport);
428 ((UiAutomatorTestCase)testCase).setUiDevice(mUiDevice);
429 ((UiAutomatorTestCase)testCase).setParams(mParams);
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorInstrumentationTestRunner.java29 * Test runner for {@link UiAutomatorTestCase}s. Such tests are executed
59 if (test instanceof UiAutomatorTestCase) {
60 ((UiAutomatorTestCase)test).initialize(getArguments());
H A DUiAutomatorTestCase.java30 public class UiAutomatorTestCase extends InstrumentationTestCase { class in inherits:InstrumentationTestCase

Completed in 70 milliseconds