public abstract class DeviceRunner extends Object
Constructor and Description |
---|
DeviceRunner() |
Modifier and Type | Method and Description |
---|---|
void |
runTest(String testClassName)
Runs the given test case
|
void |
runTests()
Run all the test cases
|
protected abstract void |
startApplicationInstance()
This method starts a new application instance
|
protected abstract void |
stopApplicationInstance()
This method should cleanup the application so the next test case can run on a clean
application instance
|
public void runTests()
protected abstract void startApplicationInstance()
protected abstract void stopApplicationInstance()
public void runTest(String testClassName)
testClassName
- the class name of the test case