public interface TestListener
Modifier and Type | Method and Description |
---|---|
void |
addError(Test test,
Throwable e)
An error occurred.
|
void |
addFailure(Test test,
AssertionFailedError e)
A failure occurred.
|
void |
endTest(Test test)
A test ended.
|
void |
startTest(Test test)
A test started.
|
Copyright © 2002–2016 JUnit. All rights reserved.