Searched refs:VerificationStartedNotifier (Results 1 – 3 of 3) sorted by relevance
29 VerificationStartedNotifier.notifyVerificationStarted((List) emptyList(), mockingDetails); in does_not_do_anything_when_list_is_empty()34 … VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails); in decent_exception_when_setting_non_mock()50 … VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails); in shows_clean_exception_message_when_illegal_null_arg_is_used()65 … VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails); in decent_exception_when_setting_mock_of_wrong_type()84 …VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails(moc… in decent_exception_when_setting_mock_that_does_not_implement_all_desired_interfaces()104 …VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails(moc… in accepts_replacement_mock_if_all_types_are_compatible()
18 public class VerificationStartedNotifier { class
13 import org.mockito.internal.listeners.VerificationStartedNotifier;98 mock = (T) VerificationStartedNotifier.notifyVerificationStarted( in verify()