Uses of Interface
org.mockito.listeners.VerificationStartedListener
-
Packages that use VerificationStartedListener Package Description org.mockito Mockito is a mock library for java - seeMockitoclass for usage.org.mockito.mock Mock settings related classes. -
-
Uses of VerificationStartedListener in org.mockito
Methods in org.mockito with parameters of type VerificationStartedListener Modifier and Type Method Description MockSettingsMockSettings. verificationStartedListeners(VerificationStartedListener... listeners)Registers a listener(s) that will be notified when user starts verification. -
Uses of VerificationStartedListener in org.mockito.mock
Methods in org.mockito.mock that return types with arguments of type VerificationStartedListener Modifier and Type Method Description List<VerificationStartedListener>MockCreationSettings. getVerificationStartedListeners()VerificationStartedListenerinstances attached to this mock, seeMockSettings.verificationStartedListeners(VerificationStartedListener...)
-