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.TestListener
public void endTest(junit.framework.Test test)
endTest
in interface junit.framework.TestListener
public void addError(junit.framework.Test test, Throwable t)
addError
in interface junit.framework.TestListener
public void addFailure(junit.framework.Test test, junit.framework.AssertionFailedError error)
addFailure
in interface junit.framework.TestListener
Copyright © 2001-2016 Aduna. All Rights Reserved.