NoExecTestResultpublic class NoExecTestResult extends TestResult A benign test result that does no actually test execution, just runs
through the motions
{@hide} Not needed for SDK. |
Methods Summary |
---|
protected void | run(junit.framework.TestCase test)Override parent to just inform listeners of test,
and skip test execution.
startTest(test);
endTest(test);
|
|