public class UiAutomatorTestRunner extends Object
Constructor and Description |
---|
UiAutomatorTestRunner() |
Modifier and Type | Method and Description |
---|---|
protected void |
addTestListener(TestListener listener) |
protected TestCaseCollector |
getTestCaseCollector(ClassLoader classLoader) |
UiAutomatorTestCaseFilter |
getTestCaseFilter()
Returns an object which determines if the class and its methods should be
accepted into the test suite.
|
protected void |
prepareTestCase(TestCase testCase)
subclass may override this method to perform further preparation
|
protected void |
removeTestListener(TestListener listener) |
void |
run(List<String> testClasses,
Bundle params,
boolean debug,
boolean monkey) |
protected void |
start()
Called after all test classes are in place, ready to test
|
protected void start()
protected TestCaseCollector getTestCaseCollector(ClassLoader classLoader)
public UiAutomatorTestCaseFilter getTestCaseFilter()
protected void addTestListener(TestListener listener)
protected void removeTestListener(TestListener listener)
protected void prepareTestCase(TestCase testCase)
testCase
-