er.testrunner
Class ERXTestResult
java.lang.Object
junit.framework.TestResult
er.testrunner.ERXTestResult
- public class ERXTestResult
- extends TestResult
extensions to hold multiple errors and failures.
Methods inherited from class junit.framework.TestResult |
addListener, endTest, errorCount, errors, failureCount, failures, removeListener, run, runCount, runProtected, shouldStop, startTest, stop, wasSuccessful |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final ERXLogger log
- logging support
_errors
protected NSMutableArray _errors
_failures
protected NSMutableArray _failures
ERXTestResult
public ERXTestResult()
addError
public void addError(Test test,
Throwable t)
addFailure
public void addFailure(Test test,
AssertionFailedError t)
errorsArray
public NSArray errorsArray()
failuresArray
public NSArray failuresArray()
hasErrors
public boolean hasErrors()
hasFailures
public boolean hasFailures()
Copyright © 2002 – 2004 Project Wonder.