public class OldTestClassAdaptingListener extends Object implements junit.framework.TestListener
Old Test Class Adapting Listener for JUnit
| Constructor and Description |
|---|
OldTestClassAdaptingListener(org.junit.runner.notification.RunNotifier notifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(junit.framework.Test test,
Throwable t) |
void |
addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t) |
void |
endTest(junit.framework.Test test) |
void |
startTest(junit.framework.Test test) |
public OldTestClassAdaptingListener(org.junit.runner.notification.RunNotifier notifier)
public void endTest(junit.framework.Test test)
endTest in interface junit.framework.TestListenerpublic void startTest(junit.framework.Test test)
startTest 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 t)
addFailure in interface junit.framework.TestListenerCopyright © 2018. All rights reserved.