Class MockitoResetTestExecutionListener

java.lang.Object
org.springframework.test.context.support.AbstractTestExecutionListener
org.springframework.test.context.bean.override.mockito.MockitoResetTestExecutionListener
All Implemented Interfaces:
Ordered, TestExecutionListener

public class MockitoResetTestExecutionListener extends AbstractTestExecutionListener
TestExecutionListener that resets any mock beans that have been marked with a MockReset.
Since:
6.2
Author:
Phillip Webb
See Also: