protected class EarlReport.EarlTestListener extends Object implements junit.framework.TestListener
| Modifier | Constructor and Description |
|---|---|
protected |
EarlTestListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(junit.framework.Test test,
Throwable t) |
void |
addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError error) |
void |
endTest(junit.framework.Test test) |
void |
startTest(junit.framework.Test test) |
public void startTest(junit.framework.Test test)
startTest in interface junit.framework.TestListenerpublic void endTest(junit.framework.Test test)
endTest in interface junit.framework.TestListenerpublic void addError(junit.framework.Test test,
Throwable t)
addError in interface junit.framework.TestListenerpublic void addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError error)
addFailure in interface junit.framework.TestListenerCopyright © 2001–2015 Aduna. All rights reserved.