|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.powermock.modules.junit3.internal.impl.PowerMockJUnit3TestListener
public class PowerMockJUnit3TestListener
An implementation of the TestRunListener interface that performs
cleanup after each test so that no state is maintained in PowerMock between
test runs.
| Constructor Summary | |
|---|---|
PowerMockJUnit3TestListener(ClassLoader mockClassLoader)
|
|
| Method Summary | |
|---|---|
void |
addError(junit.framework.Test test,
Throwable t)
Does nothing. |
void |
addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
Does nothing. |
void |
endTest(junit.framework.Test test)
|
void |
startTest(junit.framework.Test test)
Does nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PowerMockJUnit3TestListener(ClassLoader mockClassLoader)
| Method Detail |
|---|
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 t)
addFailure in interface junit.framework.TestListenerpublic void endTest(junit.framework.Test test)
endTest in interface junit.framework.TestListenerpublic void startTest(junit.framework.Test test)
startTest in interface junit.framework.TestListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||