Class ResetMocksTestExecutionListener

java.lang.Object
org.springframework.test.context.support.AbstractTestExecutionListener
org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
All Implemented Interfaces:
Ordered, TestExecutionListener

public class ResetMocksTestExecutionListener extends AbstractTestExecutionListener
TestExecutionListener to reset any mock beans that have been marked with a MockReset. Typically used alongside MockitoTestExecutionListener.
Since:
1.4.0
Author:
Phillip Webb
See Also: