FileDocCategorySizeDatePackage
NoExecTestResult.javaAPI DocAndroid 1.5 API1118Wed May 06 22:42:02 BST 2009android.test

NoExecTestResult

public class NoExecTestResult extends TestResult
A benign test result that does no actually test execution, just runs through the motions {@hide} Not needed for SDK.

Fields Summary
Constructors Summary
Methods Summary
protected voidrun(junit.framework.TestCase test)
Override parent to just inform listeners of test, and skip test execution.

        startTest(test);
        endTest(test);