PythonBinaryHostTest.PythonForwarder
public
class
PythonBinaryHostTest.PythonForwarder
extends ResultForwarder
java.lang.Object | ||
↳ | com.android.tradefed.result.ResultForwarder | |
↳ | com.android.tradefed.testtype.python.PythonBinaryHostTest.PythonForwarder |
Result forwarder to replace the run name by the binary name.
Summary
Public constructors | |
---|---|
PythonBinaryHostTest.PythonForwarder(ITestInvocationListener listener, String name)
Ctor with the run name using the binary name. |
Public methods | |
---|---|
void
|
testRunStarted(String runName, int testCount)
Reports the start of a test run. |
Public constructors
PythonBinaryHostTest.PythonForwarder
public PythonBinaryHostTest.PythonForwarder (ITestInvocationListener listener, String name)
Ctor with the run name using the binary name.
Parameters | |
---|---|
listener |
ITestInvocationListener |
name |
String |
Public methods
testRunStarted
public void testRunStarted (String runName, int testCount)
Reports the start of a test run.
Parameters | |
---|---|
runName |
String : the test run name |
testCount |
int : total number of tests in test run
|