public interface ExtendedMockito extends MockitoMixin, ExtendedMatchers
CALLS_REAL_METHODS, RETURNS_DEEP_STUBS, RETURNS_DEFAULTS, RETURNS_MOCKS, RETURNS_SELF, RETURNS_SMART_NULLS| Modifier and Type | Method and Description |
|---|---|
default <U,S extends U> |
captorOf(Class<S> clazz)
Convenience method for creating an ArgumentCaptor for the given type
|
after, atLeast, atLeastOnce, atMost, calls, clearInvocations, description, doAnswer, doCallRealMethod, doNothing, doReturn, doReturn, doThrow, doThrow, doThrow, framework, ignoreStubs, inOrder, mock, mock, mock, mock, mockingDetails, mockitoSession, never, only, reset, spy, spy, timeout, times, validateMockitoUsage, verify, verify, verifyNoMoreInteractions, verifyZeroInteractions, when, withSettingsallListItemsMatch, allSetItemsMatch, byteMatches, byteMatches, charMatches, charMatches, containsAllOf, containsOneOrMoreOf, doubleMatches, doubleMatches, floatMatches, floatMatches, hasToString, intMatches, intMatches, listContainsExactlyInAnyOrder, longMatches, longMatches, mapThat, mapThat, objectMatches, objectMatches, oneOrMoreListItemsMatch, oneOrMoreSetItemsMatch, shortMatches, shortMatches, toStringContainsAllOf, toStringContainsOneOrMoreOfany, any, anyBoolean, anyByte, anyChar, anyCollection, anyCollectionOf, anyDouble, anyFloat, anyInt, anyIterable, anyIterableOf, anyList, anyListOf, anyLong, anyMap, anyMapOf, anyObject, anySet, anySetOf, anyShort, anyString, anyVararg, argThat, booleanThat, byteThat, charThat, contains, doubleThat, endsWith, eq, eq, eq, eq, eq, eq, eq, eq, eq, floatThat, intThat, isA, isNotNull, isNotNull, isNull, isNull, longThat, matches, matches, notNull, notNull, nullable, refEq, same, shortThat, startsWithdefault <U,S extends U> org.mockito.ArgumentCaptor<U> captorOf(Class<S> clazz)
clazz - Copyright © 2017. All rights reserved.