
Public Member Functions | |
| synchronized void | addError (Test test, Throwable t) |
| synchronized void | addFailure (Test test, AssertionFailedError t) |
| NSArray | allTests () |
| void | appendToResponse (WOResponse r, WOContext c) |
| void | clearStatus () |
| ERXTestResult | doRun (Test suite) |
| void | endTest (Test test) |
| ERXWOTestInterface (WOContext context) | |
| WOComponent | performTest () |
| void | runFailed (String message) |
| ERXTestResult | start () throws Exception |
| synchronized void | startTest (Test test) |
Public Attributes | |
| NSArray | allTests |
| ERXTestRunner | aTestRunner |
| String | errorMessage |
| long | runTime |
| Boolean | showExceptions |
| ERXTestResult | testResult |
| String | theTest |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERXWOTestInterface.class) |
Protected Member Functions | |
| NSArray | bundles () |
Private Member Functions | |
| String | demunge (String className) |
| String | munge (String className) |
| void | resetInterface () |
| ERXWOTestInterface | ( | WOContext | context | ) |
| synchronized void addError | ( | Test | test, | |
| Throwable | t | |||
| ) |
| synchronized void addFailure | ( | Test | test, | |
| AssertionFailedError | t | |||
| ) |
| NSArray allTests | ( | ) |
| void appendToResponse | ( | WOResponse | r, | |
| WOContext | c | |||
| ) |
| NSArray bundles | ( | ) | [protected] |
| void clearStatus | ( | ) |
Implements ERXTestListener.
| ERXTestResult doRun | ( | Test | suite | ) |
| void endTest | ( | Test | test | ) |
| WOComponent performTest | ( | ) |
| void resetInterface | ( | ) | [private] |
| void runFailed | ( | String | message | ) |
Implements ERXTestListener.
| ERXTestResult start | ( | ) | throws Exception |
| synchronized void startTest | ( | Test | test | ) |
| NSArray allTests |
final Logger log = Logger.getLogger(ERXWOTestInterface.class) [static] |
logging support
| long runTime |
| Boolean showExceptions |
1.5.8