positron.harness
Class InstrumentedTestResult
java.lang.Object
junit.framework.TestResult
positron.harness.InstrumentedTestResult
public class InstrumentedTestResult
- extends TestResult
TestResult that injects instrumentation.
- Author:
- philhsmith
Methods inherited from class junit.framework.TestResult |
addError, addFailure, addListener, endTest, errorCount, errors, failureCount, failures, removeListener, runCount, runProtected, shouldStop, startTest, stop, wasSuccessful |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstrumentedTestResult
public InstrumentedTestResult(Positron instrumentation)
run
protected void run(TestCase test)
- Overrides:
run
in class TestResult
toBundle
public Bundle toBundle()