Skip navigation links
A B C D E F G H I L M N O R S T V W 

A

after(long) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.verification.VerificationAfterDelay org.mockito.Mockito.after(long) Mockito.after(long)
allListItemsMatch(Predicate<T>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for list arguments - all items must match
allSetItemsMatch(Predicate<T>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for set arguments - all items must match
any() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.any() ArgumentMatchers.any()
any(Class<T>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.any(java.lang.Class) ArgumentMatchers.any(java.lang.Class)
anyBoolean() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static boolean org.mockito.ArgumentMatchers.anyBoolean() ArgumentMatchers.anyBoolean()
anyByte() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static byte org.mockito.ArgumentMatchers.anyByte() ArgumentMatchers.anyByte()
anyChar() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static char org.mockito.ArgumentMatchers.anyChar() ArgumentMatchers.anyChar()
anyCollection() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.util.Collection org.mockito.ArgumentMatchers.anyCollection() ArgumentMatchers.anyCollection()
anyCollectionOf(Class<T>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.util.Collection org.mockito.ArgumentMatchers.anyCollectionOf(java.lang.Class) ArgumentMatchers.anyCollectionOf(java.lang.Class)
anyDouble() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static double org.mockito.ArgumentMatchers.anyDouble() ArgumentMatchers.anyDouble()
anyFloat() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static float org.mockito.ArgumentMatchers.anyFloat() ArgumentMatchers.anyFloat()
anyInt() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static int org.mockito.ArgumentMatchers.anyInt() ArgumentMatchers.anyInt()
anyIterable() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.lang.Iterable org.mockito.ArgumentMatchers.anyIterable() ArgumentMatchers.anyIterable()
anyIterableOf(Class<T>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.lang.Iterable org.mockito.ArgumentMatchers.anyIterableOf(java.lang.Class) ArgumentMatchers.anyIterableOf(java.lang.Class)
anyList() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.util.List org.mockito.ArgumentMatchers.anyList() ArgumentMatchers.anyList()
anyListOf(Class<T>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.util.List org.mockito.ArgumentMatchers.anyListOf(java.lang.Class) ArgumentMatchers.anyListOf(java.lang.Class)
anyLong() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static long org.mockito.ArgumentMatchers.anyLong() ArgumentMatchers.anyLong()
anyMap() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.util.Map org.mockito.ArgumentMatchers.anyMap() ArgumentMatchers.anyMap()
anyMapOf(Class<K>, Class<V>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.util.Map org.mockito.ArgumentMatchers.anyMapOf(java.lang.Class,java.lang.Class) ArgumentMatchers.anyMapOf(java.lang.Class,java.lang.Class)
anyObject() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Deprecated.
anySet() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.util.Set org.mockito.ArgumentMatchers.anySet() ArgumentMatchers.anySet()
anySetOf(Class<T>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.util.Set org.mockito.ArgumentMatchers.anySetOf(java.lang.Class) ArgumentMatchers.anySetOf(java.lang.Class)
anyShort() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static short org.mockito.ArgumentMatchers.anyShort() ArgumentMatchers.anyShort()
anyString() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.lang.String org.mockito.ArgumentMatchers.anyString() ArgumentMatchers.anyString()
anyVararg() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Deprecated.
argThat(ArgumentMatcher<T>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.argThat(org.mockito.ArgumentMatcher) ArgumentMatchers.argThat(org.mockito.ArgumentMatcher)
arrayToString(T[], String) - Static method in class com.github.aro_tech.extended_mockito.util.StringUtil
Pretty print an array of objects of type T
atLeast(int) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.verification.VerificationMode org.mockito.Mockito.atLeast(int) Mockito.atLeast(int)
atLeastOnce() - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.verification.VerificationMode org.mockito.Mockito.atLeastOnce() Mockito.atLeastOnce()
atMost(int) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.verification.VerificationMode org.mockito.Mockito.atMost(int) Mockito.atMost(int)

B

BDDMockitoMixin - Interface in com.github.aro_tech.extended_mockito
Wrapper of static elements in org.mockito.BDDMockito Generated by Interface-It: https://github.com/aro-tech/interface-it BDDMockito
booleanThat(ArgumentMatcher<Boolean>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static boolean org.mockito.ArgumentMatchers.booleanThat(org.mockito.ArgumentMatcher) ArgumentMatchers.booleanThat(org.mockito.ArgumentMatcher)
byteMatches(Predicate<Byte>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive byte arguments
byteMatches(Predicate<Byte>, String) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive byte arguments
byteThat(ArgumentMatcher<Byte>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static byte org.mockito.ArgumentMatchers.byteThat(org.mockito.ArgumentMatcher) ArgumentMatchers.byteThat(org.mockito.ArgumentMatcher)

C

calls(int) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.verification.VerificationMode org.mockito.Mockito.calls(int) Mockito.calls(int)
CALLS_REAL_METHODS - Static variable in interface com.github.aro_tech.extended_mockito.MockitoMixin
Mockito.CALLS_REAL_METHODS
captorOf(Class<S>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMockito
Convenience method for creating an ArgumentCaptor for the given type
charMatches(Predicate<Character>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive char arguments
charMatches(Predicate<Character>, String) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive char arguments
charSequenceArrayToString(CharSequence...) - Static method in class com.github.aro_tech.extended_mockito.util.StringUtil
Pretty print an array of CharSequence items
charThat(ArgumentMatcher<Character>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static char org.mockito.ArgumentMatchers.charThat(org.mockito.ArgumentMatcher) ArgumentMatchers.charThat(org.mockito.ArgumentMatcher)
clearInvocations(T...) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static void org.mockito.Mockito.clearInvocations(T...)
com.github.aro_tech.extended_mockito - package com.github.aro_tech.extended_mockito
 
com.github.aro_tech.extended_mockito.util - package com.github.aro_tech.extended_mockito.util
 
contains(String) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.lang.String org.mockito.ArgumentMatchers.contains(java.lang.String) ArgumentMatchers.contains(java.lang.String)
containsAll(Object, CharSequence...) - Static method in class com.github.aro_tech.extended_mockito.util.StringUtil
Check whether whole contains all of the given parts
containsAllOf(CharSequence...) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A matcher call which matches if an argument contains all the given text
containsOneOrMoreOf(CharSequence...) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A matcher call which matches if an argument contains at least one of the given text parts
containsOneOrMoreOf(Object, CharSequence...) - Static method in class com.github.aro_tech.extended_mockito.util.StringUtil
Check whether whole contains at least one of the given parts

D

description(String) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.verification.VerificationMode org.mockito.Mockito.description(java.lang.String) Mockito.description(java.lang.String)
doAnswer(Answer) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.stubbing.Stubber org.mockito.Mockito.doAnswer(org.mockito.stubbing.Answer) Mockito.doAnswer(org.mockito.stubbing.Answer)
doCallRealMethod() - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.stubbing.Stubber org.mockito.Mockito.doCallRealMethod() Mockito.doCallRealMethod()
doNothing() - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.stubbing.Stubber org.mockito.Mockito.doNothing() Mockito.doNothing()
doReturn(Object) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.stubbing.Stubber org.mockito.Mockito.doReturn(java.lang.Object) Mockito.doReturn(java.lang.Object)
doReturn(Object, Object...) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.stubbing.Stubber org.mockito.Mockito.doReturn(java.lang.Object,java.lang.Object...)
doThrow(Class<? extends Throwable>) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.stubbing.Stubber org.mockito.Mockito.doThrow(java.lang.Class
doThrow(Throwable...) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.stubbing.Stubber org.mockito.Mockito.doThrow(java.lang.Throwable...)
doThrow(Class<? extends Throwable>, Class<? extends Throwable>...) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.stubbing.Stubber org.mockito.Mockito.doThrow(java.lang.Class
doubleMatches(Predicate<Double>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive double arguments
doubleMatches(Predicate<Double>, String) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive double arguments
doubleThat(ArgumentMatcher<Double>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static double org.mockito.ArgumentMatchers.doubleThat(org.mockito.ArgumentMatcher) ArgumentMatchers.doubleThat(org.mockito.ArgumentMatcher)

E

endsWith(String) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.lang.String org.mockito.ArgumentMatchers.endsWith(java.lang.String) ArgumentMatchers.endsWith(java.lang.String)
eq(boolean) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static boolean org.mockito.ArgumentMatchers.eq(boolean) ArgumentMatchers.eq(boolean)
eq(byte) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static byte org.mockito.ArgumentMatchers.eq(byte) ArgumentMatchers.eq(byte)
eq(char) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static char org.mockito.ArgumentMatchers.eq(char) ArgumentMatchers.eq(char)
eq(double) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static double org.mockito.ArgumentMatchers.eq(double) ArgumentMatchers.eq(double)
eq(float) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static float org.mockito.ArgumentMatchers.eq(float) ArgumentMatchers.eq(float)
eq(int) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static int org.mockito.ArgumentMatchers.eq(int) ArgumentMatchers.eq(int)
eq(long) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static long org.mockito.ArgumentMatchers.eq(long) ArgumentMatchers.eq(long)
eq(short) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static short org.mockito.ArgumentMatchers.eq(short) ArgumentMatchers.eq(short)
eq(T) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.eq(T) ArgumentMatchers.eq(java.lang.Object)
evaluateStream(Stream<T>) - Method in class com.github.aro_tech.extended_mockito.ListMatcher
 
ExtendedBDDMockito - Interface in com.github.aro_tech.extended_mockito
Mixin interface which includes BDDMockito plus added functionalities
ExtendedMatchers - Interface in com.github.aro_tech.extended_mockito
Matcher methods which go beyond what Mockito provides
ExtendedMockito - Interface in com.github.aro_tech.extended_mockito
Mixin interface which includes Mockito plus added functionalities

F

floatMatches(Predicate<Float>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive float arguments
floatMatches(Predicate<Float>, String) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive float arguments
floatThat(ArgumentMatcher<Float>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static float org.mockito.ArgumentMatchers.floatThat(org.mockito.ArgumentMatcher) ArgumentMatchers.floatThat(org.mockito.ArgumentMatcher)
framework() - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.MockitoFramework org.mockito.Mockito.framework() Mockito.framework()

G

given(T) - Method in interface com.github.aro_tech.extended_mockito.BDDMockitoMixin
Delegate call to public static org.mockito.BDDMockito.org.mockito.BDDMockito$BDDMyOngoingStubbing org.mockito.BDDMockito.given(T) BDDMockito.given(java.lang.Object)

H

hasToString(String) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
Match based on exact toString() of the argument

I

ignoreStubs(Object...) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static java.lang.Object[] org.mockito.Mockito.ignoreStubs(java.lang.Object...)
inOrder(Object...) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.InOrder org.mockito.Mockito.inOrder(java.lang.Object...)
intMatches(Predicate<Integer>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive int arguments
intMatches(Predicate<Integer>, String) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive int arguments
intThat(ArgumentMatcher<Integer>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static int org.mockito.ArgumentMatchers.intThat(org.mockito.ArgumentMatcher) ArgumentMatchers.intThat(org.mockito.ArgumentMatcher)
isA(Class<T>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.isA(java.lang.Class) ArgumentMatchers.isA(java.lang.Class)
isNotNull() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.isNotNull() ArgumentMatchers.isNotNull()
isNotNull(Class<T>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.isNotNull(java.lang.Class) ArgumentMatchers.isNotNull(java.lang.Class)
isNull() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.isNull() ArgumentMatchers.isNull()
isNull(Class<T>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.isNull(java.lang.Class) ArgumentMatchers.isNull(java.lang.Class)

L

LenientOrderListMatcher<T> - Class in com.github.aro_tech.extended_mockito
Mockito argument matcher for order-insensitive list matching
listContainsExactlyInAnyOrder(T...) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
Lenient-order list matcher For a match, the list argument encountered by the mock must contain exactly the items provided (no more, no fewer), but any order is acceptable
ListMatcher<T> - Class in com.github.aro_tech.extended_mockito
Mockito ArgumentMatcher for lists of objects Override this abstract class, implementing evaluateStream() to do custom list matching.
ListMatcher() - Constructor for class com.github.aro_tech.extended_mockito.ListMatcher
 
longMatches(Predicate<Long>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive long arguments
longMatches(Predicate<Long>, String) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive long arguments
longThat(ArgumentMatcher<Long>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static long org.mockito.ArgumentMatchers.longThat(org.mockito.ArgumentMatcher) ArgumentMatchers.longThat(org.mockito.ArgumentMatcher)

M

mapThat(Predicate<Map<K, V>>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
Matcher for a map argument
mapThat(Predicate<Map<K, V>>, String) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
Matcher for a map argument
MatchersMixin - Interface in com.github.aro_tech.extended_mockito
Wrapper of static elements in org.mockito.ArgumentMatchers Generated by Interface-It: https://github.com/aro-tech/interface-it ArgumentMatchers
matches(List<T>) - Method in class com.github.aro_tech.extended_mockito.LenientOrderListMatcher
 
matches(List<T>) - Method in class com.github.aro_tech.extended_mockito.ListMatcher
 
matches(Pattern) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.lang.String org.mockito.ArgumentMatchers.matches(java.util.regex.Pattern) ArgumentMatchers.matches(java.util.regex.Pattern)
matches(String) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.lang.String org.mockito.ArgumentMatchers.matches(java.lang.String) ArgumentMatchers.matches(java.lang.String)
mock(Class<T>) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static T org.mockito.Mockito.mock(java.lang.Class) Mockito.mock(java.lang.Class)
mock(Class<T>, Answer) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static T org.mockito.Mockito.mock(java.lang.Class,org.mockito.stubbing.Answer) Mockito.mock(java.lang.Class,org.mockito.stubbing.Answer)
mock(Class<T>, MockSettings) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static T org.mockito.Mockito.mock(java.lang.Class,org.mockito.MockSettings) Mockito.mock(java.lang.Class,org.mockito.MockSettings)
mock(Class<T>, String) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static T org.mockito.Mockito.mock(java.lang.Class,java.lang.String) Mockito.mock(java.lang.Class,java.lang.String)
mockingDetails(Object) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.MockingDetails org.mockito.Mockito.mockingDetails(java.lang.Object) Mockito.mockingDetails(java.lang.Object)
MockitoMixin - Interface in com.github.aro_tech.extended_mockito
Wrapper of static elements in org.mockito.Mockito Generated by Interface-It: https://github.com/aro-tech/interface-it Mockito
mockitoSession() - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.session.MockitoSessionBuilder org.mockito.Mockito.mockitoSession() Mockito.mockitoSession()

N

never() - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.verification.VerificationMode org.mockito.Mockito.never() Mockito.never()
notNull() - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.notNull() ArgumentMatchers.notNull()
notNull(Class<T>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.notNull(java.lang.Class) ArgumentMatchers.notNull(java.lang.Class)
nullable(Class<T>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.nullable(java.lang.Class) ArgumentMatchers.nullable(java.lang.Class)

O

objectMatches(Predicate<T>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for object arguments Effectively, it's equivalent to argThat(), but objectMatches can accept a Predicate instance which can be reused in a variable outside of Mockito, whereas argThat can accept as its argument a lambda, but not a Predicate.
objectMatches(Predicate<T>, String) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for object arguments Effectively, it's equivalent to argThat(), but objectMatches can accept a Predicate instance which can be reused in a variable outside of Mockito, whereas argThat can accept as its argument a lambda, but not a Predicate.
oneOrMoreListItemsMatch(Predicate<T>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for list arguments - at least one item must match
oneOrMoreSetItemsMatch(Predicate<T>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for set arguments - at least one of the items must match
only() - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.verification.VerificationMode org.mockito.Mockito.only() Mockito.only()

R

refEq(T, String...) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.refEq(T,java.lang.String...)
reset(T...) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static void org.mockito.Mockito.reset(T...)
RETURNS_DEEP_STUBS - Static variable in interface com.github.aro_tech.extended_mockito.MockitoMixin
Mockito.RETURNS_DEEP_STUBS
RETURNS_DEFAULTS - Static variable in interface com.github.aro_tech.extended_mockito.MockitoMixin
Mockito.RETURNS_DEFAULTS
RETURNS_MOCKS - Static variable in interface com.github.aro_tech.extended_mockito.MockitoMixin
Mockito.RETURNS_MOCKS
RETURNS_SELF - Static variable in interface com.github.aro_tech.extended_mockito.MockitoMixin
Mockito.RETURNS_SELF
RETURNS_SMART_NULLS - Static variable in interface com.github.aro_tech.extended_mockito.MockitoMixin
Mockito.RETURNS_SMART_NULLS

S

same(T) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static T org.mockito.ArgumentMatchers.same(T) ArgumentMatchers.same(java.lang.Object)
shortMatches(Predicate<Short>) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive short arguments
shortMatches(Predicate<Short>, String) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A predicate-based matcher for primitive short arguments
shortThat(ArgumentMatcher<Short>) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static short org.mockito.ArgumentMatchers.shortThat(org.mockito.ArgumentMatcher) ArgumentMatchers.shortThat(org.mockito.ArgumentMatcher)
spy(Class<T>) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static T org.mockito.Mockito.spy(java.lang.Class) Mockito.spy(java.lang.Class)
spy(T) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static T org.mockito.Mockito.spy(T) Mockito.spy(java.lang.Object)
startsWith(String) - Method in interface com.github.aro_tech.extended_mockito.MatchersMixin
Delegate call to public static java.lang.String org.mockito.ArgumentMatchers.startsWith(java.lang.String) ArgumentMatchers.startsWith(java.lang.String)
StringUtil - Class in com.github.aro_tech.extended_mockito.util
Low-level String comparison operations without external dependencies
StringUtil() - Constructor for class com.github.aro_tech.extended_mockito.util.StringUtil
 

T

then(T) - Method in interface com.github.aro_tech.extended_mockito.BDDMockitoMixin
Delegate call to public static org.mockito.BDDMockito.org.mockito.BDDMockito$Then org.mockito.BDDMockito.then(T) BDDMockito.then(java.lang.Object)
timeout(long) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.verification.VerificationWithTimeout org.mockito.Mockito.timeout(long) Mockito.timeout(long)
times(int) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.verification.VerificationMode org.mockito.Mockito.times(int) Mockito.times(int)
toString() - Method in class com.github.aro_tech.extended_mockito.LenientOrderListMatcher
 
toStringContainsAllOf(CharSequence...) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A matcher call which matches if an argument's toString() result contains all of the given text
toStringContainsOneOrMoreOf(CharSequence...) - Method in interface com.github.aro_tech.extended_mockito.ExtendedMatchers
A matcher call which matches if an argument's toString() result contains at least one of the given text

V

validateMockitoUsage() - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static void org.mockito.Mockito.validateMockitoUsage() Mockito.validateMockitoUsage()
verify(T) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static T org.mockito.Mockito.verify(T) Mockito.verify(java.lang.Object)
verify(T, VerificationMode) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static T org.mockito.Mockito.verify(T,org.mockito.verification.VerificationMode) Mockito.verify(java.lang.Object,org.mockito.verification.VerificationMode)
verifyNoMoreInteractions(Object...) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static void org.mockito.Mockito.verifyNoMoreInteractions(java.lang.Object...)
verifyZeroInteractions(Object...) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static void org.mockito.Mockito.verifyZeroInteractions(java.lang.Object...)

W

when(T) - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.stubbing.OngoingStubbing org.mockito.Mockito.when(T) Mockito.when(java.lang.Object)
will(Answer<?>) - Method in interface com.github.aro_tech.extended_mockito.BDDMockitoMixin
Delegate call to public static org.mockito.BDDMockito$BDDStubber org.mockito.BDDMockito.will(org.mockito.stubbing.Answer
willAnswer(Answer<?>) - Method in interface com.github.aro_tech.extended_mockito.BDDMockitoMixin
Delegate call to public static org.mockito.BDDMockito$BDDStubber org.mockito.BDDMockito.willAnswer(org.mockito.stubbing.Answer
willCallRealMethod() - Method in interface com.github.aro_tech.extended_mockito.BDDMockitoMixin
Delegate call to public static org.mockito.BDDMockito$BDDStubber org.mockito.BDDMockito.willCallRealMethod() BDDMockito.willCallRealMethod()
willDoNothing() - Method in interface com.github.aro_tech.extended_mockito.BDDMockitoMixin
Delegate call to public static org.mockito.BDDMockito$BDDStubber org.mockito.BDDMockito.willDoNothing() BDDMockito.willDoNothing()
willReturn(Object) - Method in interface com.github.aro_tech.extended_mockito.BDDMockitoMixin
Delegate call to public static org.mockito.BDDMockito$BDDStubber org.mockito.BDDMockito.willReturn(java.lang.Object) BDDMockito.willReturn(java.lang.Object)
willReturn(Object, Object...) - Method in interface com.github.aro_tech.extended_mockito.BDDMockitoMixin
Delegate call to public static org.mockito.BDDMockito$BDDStubber org.mockito.BDDMockito.willReturn(java.lang.Object,java.lang.Object...)
willThrow(Class<? extends Throwable>) - Method in interface com.github.aro_tech.extended_mockito.BDDMockitoMixin
Delegate call to public static org.mockito.BDDMockito$BDDStubber org.mockito.BDDMockito.willThrow(java.lang.Class
willThrow(Throwable...) - Method in interface com.github.aro_tech.extended_mockito.BDDMockitoMixin
Delegate call to public static org.mockito.BDDMockito$BDDStubber org.mockito.BDDMockito.willThrow(java.lang.Throwable...)
willThrow(Class<? extends Throwable>, Class<? extends Throwable>...) - Method in interface com.github.aro_tech.extended_mockito.BDDMockitoMixin
Delegate call to public static org.mockito.BDDMockito$BDDStubber org.mockito.BDDMockito.willThrow(java.lang.Class
withSettings() - Method in interface com.github.aro_tech.extended_mockito.MockitoMixin
Delegate call to public static org.mockito.MockSettings org.mockito.Mockito.withSettings() Mockito.withSettings()
A B C D E F G H I L M N O R S T V W 
Skip navigation links

Copyright © 2017. All rights reserved.