positron.harness
Class InstrumentedTestResult

java.lang.Object
  extended by junit.framework.TestResult
      extended by positron.harness.InstrumentedTestResult

public class InstrumentedTestResult
extends TestResult

TestResult that injects instrumentation.

Author:
philhsmith

Field Summary
 
Fields inherited from class junit.framework.TestResult
fErrors, fFailures, fListeners, fRunTests
 
Constructor Summary
InstrumentedTestResult(Positron instrumentation)
           
 
Method Summary
protected  void run(TestCase test)
           
 Bundle toBundle()
           
 
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
 

Constructor Detail

InstrumentedTestResult

public InstrumentedTestResult(Positron instrumentation)
Method Detail

run

protected void run(TestCase test)
Overrides:
run in class TestResult

toBundle

public Bundle toBundle()