| org.eclipse.debug.jdi.tests.TextTestResult
TextTestResult | class TextTestResult extends TestResult (Code) | | Tests a TestResult
|
addError | public synchronized void addError(Test test, Throwable t)(Code) | | See Also: junit.framework.TestResult.addError(junit.framework.Testjava.lang.Throwable) |
addFailure | public synchronized void addFailure(Test test, AssertionFailedError t)(Code) | | See Also: junit.framework.TestResult.addFailure(junit.framework.Testjunit.framework.AssertionFailedError) |
print | public synchronized void print()(Code) | | Prints failures to the standard output
|
printErrors | public void printErrors()(Code) | | Prints the errors to the standard output
|
printFailures | public void printFailures()(Code) | | Prints failures to the standard output
|
printHeader | public void printHeader()(Code) | | Prints the header of the report
|
startTest | public synchronized void startTest(Test test)(Code) | | See Also: junit.framework.TestResult.startTest(junit.framework.Test) |
|
|