public class ERXTestResult
extends junit.framework.TestResult
| Modifier and Type | Field and Description |
|---|---|
protected NSMutableArray |
_errors |
protected NSMutableArray |
_failures |
| Constructor and Description |
|---|
ERXTestResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(junit.framework.Test test,
Throwable t) |
void |
addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t) |
NSArray |
errorsArray() |
NSArray |
failuresArray() |
boolean |
hasErrors() |
boolean |
hasFailures() |
protected NSMutableArray _errors
protected NSMutableArray _failures
public void addError(junit.framework.Test test,
Throwable t)
addError in class junit.framework.TestResultpublic void addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
addFailure in class junit.framework.TestResultpublic NSArray errorsArray()
public NSArray failuresArray()
public boolean hasErrors()
public boolean hasFailures()
Copyright © 2002 – 2017 Project Wonder.