Class ResetMockitoRunListener
java.lang.Object
org.junit.runner.notification.RunListener
de.hybris.platform.testframework.runlistener.ResetMockitoRunListener
public class ResetMockitoRunListener
extends org.junit.runner.notification.RunListener
Kills ongoing Mockito stubbing and frees recorded invocations before and after each test class.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener
org.junit.runner.notification.RunListener.ThreadSafe -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidtestRunFinished(org.junit.runner.Result result) voidtestRunStarted(org.junit.runner.Description description) Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFailure, testFinished, testIgnored, testStarted, testSuiteFinished, testSuiteStarted
-
Constructor Details
-
ResetMockitoRunListener
public ResetMockitoRunListener()
-
-
Method Details