- 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)
- 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
- 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)
- 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
- 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)
- 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()
- 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()