Home
last modified time | relevance | path

Searched refs:VerificationStartedNotifier (Results 1 – 3 of 3) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/listeners/
DVerificationStartedNotifierTest.java29 VerificationStartedNotifier.notifyVerificationStarted((List) emptyList(), mockingDetails); in does_not_do_anything_when_list_is_empty()
34VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails); in decent_exception_when_setting_non_mock()
50VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails); in shows_clean_exception_message_when_illegal_null_arg_is_used()
65VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails); in decent_exception_when_setting_mock_of_wrong_type()
84VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails(moc… in decent_exception_when_setting_mock_that_does_not_implement_all_desired_interfaces()
104VerificationStartedNotifier.Event event = new VerificationStartedNotifier.Event(mockingDetails(moc… in accepts_replacement_mock_if_all_types_are_compatible()
/external/mockito/src/main/java/org/mockito/internal/listeners/
DVerificationStartedNotifier.java18 public class VerificationStartedNotifier { class
/external/mockito/src/main/java/org/mockito/internal/
DMockitoCore.java13 import org.mockito.internal.listeners.VerificationStartedNotifier;
98 mock = (T) VerificationStartedNotifier.notifyVerificationStarted( in verify()