Interface | Description |
---|---|
IAutomationSupport | Deprecated
New tests should be written using UI Automator 2.0 which is available as part of the
Android Testing Support Library.
|
TestCaseCollector.TestCaseFilter |
Determine if a class and its method should be accepted into test suite
|
Class | Description |
---|---|
TestCaseCollector |
A convenient class that encapsulates functions for adding test classes
|
UiAutomatorInstrumentationTestRunner | Deprecated
New tests should be written using UI Automator 2.0 which is available as part of the
Android Testing Support Library.
|
UiAutomatorTestCase | Deprecated
New tests should be written using UI Automator 2.0 which is available as part of the
Android Testing Support Library.
|
UiAutomatorTestCaseFilter |
A
TestCaseCollector.TestCaseFilter that accepts testFoo methods and UiAutomatorTestCase classes |
UiAutomatorTestRunner |