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, Sam Brannen
See Also: