- AbstractMockitoMethodProxy - Class in org.mockito.internal.creation
-
- AbstractMockitoMethodProxy() - Constructor for class org.mockito.internal.creation.AbstractMockitoMethodProxy
-
- AccessibilityChanger - Class in org.mockito.internal.util.reflection
-
- AccessibilityChanger() - Constructor for class org.mockito.internal.util.reflection.AccessibilityChanger
-
- add(Object) - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- add(Object) - Method in class org.mockito.internal.util.collections.IdentitySet
-
- add(Invocation) - Method in class org.mockito.internal.verification.RegisteredInvocations
-
- addAll(Collection<?>) - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- addAnswer(Answer) - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- addAnswer(Answer, boolean) - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- addAnswer(Answer) - Method in class org.mockito.internal.stubbing.StubbedInvocationMatcher
-
- addAnswerForVoidMethod(Answer) - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- addConsecutiveAnswer(Answer) - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- AdditionalAnswers - Class in org.mockito
-
Additional answers provides factory methods for less common answers.
- AdditionalAnswers() - Constructor for class org.mockito.AdditionalAnswers
-
- AdditionalMatchers - Class in org.mockito
-
See
Matchers for general info about matchers.
- AdditionalMatchers() - Constructor for class org.mockito.AdditionalMatchers
-
- addPreparedMocks(Set<Object>) - Method in class org.mockito.internal.configuration.injection.scanner.MockScanner
-
Add the scanned and prepared mock instance to the given collection.
- addTo(Set<Field>) - Method in class org.mockito.internal.configuration.injection.scanner.InjectMocksScanner
-
- allDeclaredFieldsOf(Object) - Static method in class org.mockito.internal.util.reflection.Fields
-
Instance fields declared in thes class and superclasses of the given instance.
- AllInvocationsFinder - Class in org.mockito.internal.invocation.finder
-
- AllInvocationsFinder() - Constructor for class org.mockito.internal.invocation.finder.AllInvocationsFinder
-
- and(boolean, boolean) - Static method in class org.mockito.AdditionalMatchers
-
boolean argument that matches both given matchers.
- and(byte, byte) - Static method in class org.mockito.AdditionalMatchers
-
byte argument that matches both given argument matchers.
- and(char, char) - Static method in class org.mockito.AdditionalMatchers
-
char argument that matches both given argument matchers.
- and(double, double) - Static method in class org.mockito.AdditionalMatchers
-
double argument that matches both given argument matchers.
- and(float, float) - Static method in class org.mockito.AdditionalMatchers
-
float argument that matches both given argument matchers.
- and(int, int) - Static method in class org.mockito.AdditionalMatchers
-
int argument that matches both given argument matchers.
- and(long, long) - Static method in class org.mockito.AdditionalMatchers
-
long argument that matches both given argument matchers.
- and(short, short) - Static method in class org.mockito.AdditionalMatchers
-
short argument that matches both given argument matchers.
- and(T, T) - Static method in class org.mockito.AdditionalMatchers
-
Object argument that matches both given argument matchers.
- And - Class in org.mockito.internal.matchers
-
- And(List<Matcher>) - Constructor for class org.mockito.internal.matchers.And
-
- annotatedBy(Class<? extends Annotation>...) - Static method in class org.mockito.internal.util.reflection.Fields
-
Accept fields annotated by the given annotations.
- annotation(Class<A>) - Method in class org.mockito.internal.util.reflection.InstanceField
-
Returns the annotation instance for the given annotation type.
- AnnotationEngine - Interface in org.mockito.configuration
-
Configures mock creation logic behind @Mock, @Captor and @Spy annotations
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.answers.AnswerReturnValuesAdapter
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.answers.CallsRealMethods
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.answers.ClonesArguments
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.answers.DoesNothing
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.answers.Returns
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.answers.ReturnsArgumentAt
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.answers.ReturnsElementsOf
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.answers.ThrowsException
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.answers.ThrowsExceptionClass
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.defaultanswers.ForwardsInvocations
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.defaultanswers.GloballyConfiguredAnswer
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.defaultanswers.ReturnsDeepStubs
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.defaultanswers.ReturnsEmptyValues
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.defaultanswers.ReturnsMocks
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.defaultanswers.ReturnsMoreEmptyValues
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.defaultanswers.ReturnsSmartNulls
-
- answer(InvocationOnMock) - Method in class org.mockito.internal.stubbing.StubbedInvocationMatcher
-
- Answer<T> - Interface in org.mockito.stubbing
-
Generic interface to be used for configuring mock's answer.
- answer(InvocationOnMock) - Method in interface org.mockito.stubbing.Answer
-
- AnswerReturnValuesAdapter - Class in org.mockito.internal.stubbing.answers
-
- AnswerReturnValuesAdapter(ReturnValues) - Constructor for class org.mockito.internal.stubbing.answers.AnswerReturnValuesAdapter
-
- Answers - Enum in org.mockito
-
Enumeration of pre-configured mock answers
- Answers - Enum in org.mockito.internal.stubbing.defaultanswers
-
- AnswersValidator - Class in org.mockito.internal.stubbing.answers
-
- AnswersValidator() - Constructor for class org.mockito.internal.stubbing.answers.AnswersValidator
-
- Any - Class in org.mockito.internal.matchers
-
- ANY - Static variable in class org.mockito.internal.matchers.Any
-
- any(Class<T>) - Static method in class org.mockito.Matchers
-
Any kind object, not necessary of the given class.
- any() - Static method in class org.mockito.Matchers
-
Any object or null.
- ANY_VARARG - Static variable in class org.mockito.internal.matchers.AnyVararg
-
- anyBoolean() - Static method in class org.mockito.Matchers
-
Any boolean, Boolean or null.
- anyByte() - Static method in class org.mockito.Matchers
-
Any byte, Byte or null.
- anyChar() - Static method in class org.mockito.Matchers
-
Any char, Character or null.
- anyCollection() - Static method in class org.mockito.Matchers
-
Any Collection or null.
- anyCollectionOf(Class<T>) - Static method in class org.mockito.Matchers
-
- anyDouble() - Static method in class org.mockito.Matchers
-
Any double, Double or null.
- anyFloat() - Static method in class org.mockito.Matchers
-
Any float, Float or null.
- anyInt() - Static method in class org.mockito.Matchers
-
Any int, Integer or null.
- anyList() - Static method in class org.mockito.Matchers
-
Any List or null.
- anyListOf(Class<T>) - Static method in class org.mockito.Matchers
-
- anyLong() - Static method in class org.mockito.Matchers
-
Any long, Long or null.
- anyMap() - Static method in class org.mockito.Matchers
-
Any Map or null.
- anyMapOf(Class<K>, Class<V>) - Static method in class org.mockito.Matchers
-
- anyObject() - Static method in class org.mockito.Matchers
-
Any Object or null.
- anySet() - Static method in class org.mockito.Matchers
-
Any Set or null.
- anySetOf(Class<T>) - Static method in class org.mockito.Matchers
-
- anyShort() - Static method in class org.mockito.Matchers
-
Any short, Short or null.
- anyString() - Static method in class org.mockito.Matchers
-
Any String or null.
- AnyVararg - Class in org.mockito.internal.matchers
-
- AnyVararg() - Constructor for class org.mockito.internal.matchers.AnyVararg
-
- anyVararg() - Static method in class org.mockito.Matchers
-
Any vararg, meaning any number and values of arguments.
- appendWarnings(Failure, String) - Method in class org.mockito.internal.util.junit.JUnitFailureHacker
-
- apply() - Method in class org.mockito.internal.configuration.injection.MockInjection.OngoingMockInjection
-
- areEqual(Object, Object) - Static method in class org.mockito.internal.matchers.Equality
-
- argThat(Matcher<T>) - Static method in class org.mockito.Matchers
-
Allows creating custom argument matchers.
- ArgumentCaptor<T> - Class in org.mockito
-
Use it to capture argument values for further assertions.
- ArgumentCaptor() - Constructor for class org.mockito.ArgumentCaptor
-
- ArgumentMatcher<T> - Class in org.mockito
-
Allows creating customized argument matchers.
- ArgumentMatcher() - Constructor for class org.mockito.ArgumentMatcher
-
- ArgumentMatcherStorage - Interface in org.mockito.internal.progress
-
- ArgumentMatcherStorageImpl - Class in org.mockito.internal.progress
-
- ArgumentMatcherStorageImpl() - Constructor for class org.mockito.internal.progress.ArgumentMatcherStorageImpl
-
- ArgumentMatchingTool - Class in org.mockito.internal.verification.argumentmatching
-
- ArgumentMatchingTool() - Constructor for class org.mockito.internal.verification.argumentmatching.ArgumentMatchingTool
-
- argumentsAreDifferent(String, String, Location) - Method in class org.mockito.exceptions.Reporter
-
- ArgumentsAreDifferent - Error in org.mockito.exceptions.verification
-
- ArgumentsAreDifferent(String) - Constructor for error org.mockito.exceptions.verification.ArgumentsAreDifferent
-
- ArgumentsAreDifferent - Error in org.mockito.exceptions.verification.junit
-
- ArgumentsAreDifferent(String, String, String) - Constructor for error org.mockito.exceptions.verification.junit.ArgumentsAreDifferent
-
- ArgumentsComparator - Class in org.mockito.internal.invocation
-
- ArgumentsComparator() - Constructor for class org.mockito.internal.invocation.ArgumentsComparator
-
- argumentsMatch(InvocationMatcher, Invocation) - Method in class org.mockito.internal.invocation.ArgumentsComparator
-
- argumentsMatch(InvocationMatcher, Object[]) - Method in class org.mockito.internal.invocation.ArgumentsComparator
-
- ArgumentsProcessor - Class in org.mockito.internal.invocation
-
by Szczepan Faber, created at: 3/31/12
- ArgumentsProcessor() - Constructor for class org.mockito.internal.invocation.ArgumentsProcessor
-
- argumentsToMatchers(Object[]) - Static method in class org.mockito.internal.invocation.ArgumentsProcessor
-
- ArrayEquals - Class in org.mockito.internal.matchers
-
- ArrayEquals(Object) - Constructor for class org.mockito.internal.matchers.ArrayEquals
-
- ArrayUtils - Class in org.mockito.internal.util.collections
-
- ArrayUtils() - Constructor for class org.mockito.internal.util.collections.ArrayUtils
-
- aryEq(T[]) - Static method in class org.mockito.AdditionalMatchers
-
Object array argument that is equal to the given array, i.e.
- aryEq(short[]) - Static method in class org.mockito.AdditionalMatchers
-
short array argument that is equal to the given array, i.e.
- aryEq(long[]) - Static method in class org.mockito.AdditionalMatchers
-
long array argument that is equal to the given array, i.e.
- aryEq(int[]) - Static method in class org.mockito.AdditionalMatchers
-
int array argument that is equal to the given array, i.e.
- aryEq(float[]) - Static method in class org.mockito.AdditionalMatchers
-
float array argument that is equal to the given array, i.e.
- aryEq(double[]) - Static method in class org.mockito.AdditionalMatchers
-
double array argument that is equal to the given array, i.e.
- aryEq(char[]) - Static method in class org.mockito.AdditionalMatchers
-
char array argument that is equal to the given array, i.e.
- aryEq(byte[]) - Static method in class org.mockito.AdditionalMatchers
-
byte array argument that is equal to the given array, i.e.
- aryEq(boolean[]) - Static method in class org.mockito.AdditionalMatchers
-
boolean array argument that is equal to the given array, i.e.
- assignedValues() - Method in class org.mockito.internal.util.reflection.Fields.InstanceFields
-
- AtLeast - Class in org.mockito.internal.verification
-
- AtLeast(int) - Constructor for class org.mockito.internal.verification.AtLeast
-
- atLeast(int) - Static method in class org.mockito.internal.verification.VerificationModeFactory
-
- atLeast(int) - Static method in class org.mockito.Mockito
-
Allows at-least-x verification.
- atLeast(int) - Method in class org.mockito.verification.Timeout
-
- atLeast(int) - Method in interface org.mockito.verification.VerificationWithTimeout
-
Allows at-least-x verification withing given timeout.
- AtLeastDiscrepancy - Class in org.mockito.internal.verification.checkers
-
- AtLeastDiscrepancy(int, int) - Constructor for class org.mockito.internal.verification.checkers.AtLeastDiscrepancy
-
- atLeastOnce() - Static method in class org.mockito.internal.verification.VerificationModeFactory
-
- atLeastOnce() - Static method in class org.mockito.Mockito
-
Allows at-least-once verification.
- atLeastOnce() - Method in class org.mockito.verification.Timeout
-
- atLeastOnce() - Method in interface org.mockito.verification.VerificationWithTimeout
-
Allows at-least-once verification withing given timeout.
- AtLeastXNumberOfInvocationsChecker - Class in org.mockito.internal.verification.checkers
-
- AtLeastXNumberOfInvocationsChecker() - Constructor for class org.mockito.internal.verification.checkers.AtLeastXNumberOfInvocationsChecker
-
- AtLeastXNumberOfInvocationsInOrderChecker - Class in org.mockito.internal.verification.checkers
-
- AtLeastXNumberOfInvocationsInOrderChecker(InOrderContext) - Constructor for class org.mockito.internal.verification.checkers.AtLeastXNumberOfInvocationsInOrderChecker
-
- AtMost - Class in org.mockito.internal.verification
-
- AtMost(int) - Constructor for class org.mockito.internal.verification.AtMost
-
- atMost(int) - Static method in class org.mockito.internal.verification.VerificationModeFactory
-
- atMost(int) - Static method in class org.mockito.Mockito
-
Allows at-most-x verification.
- atMost(int) - Method in class org.mockito.verification.Timeout
-
- atMost(int) - Method in interface org.mockito.verification.VerificationWithTimeout
-
- atMostShouldNotBeUsedWithTimeout() - Method in class org.mockito.exceptions.Reporter
-
- decamelizeMatcher(String) - Static method in class org.mockito.internal.util.Decamelizer
-
- Decamelizer - Class in org.mockito.internal.util
-
- Decamelizer() - Constructor for class org.mockito.internal.util.Decamelizer
-
- declaredFieldsOf(Object) - Static method in class org.mockito.internal.util.reflection.Fields
-
Instance fields declared in the of the given instance.
- DefaultAnnotationEngine - Class in org.mockito.internal.configuration
-
Initializes fields annotated with @
Mock or @
Captor.
- DefaultAnnotationEngine() - Constructor for class org.mockito.internal.configuration.DefaultAnnotationEngine
-
- defaultAnswer(Answer) - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- defaultAnswer - Variable in class org.mockito.internal.creation.settings.CreationSettings
-
- defaultAnswer(Answer) - Method in interface org.mockito.MockSettings
-
Specifies default answers to interactions.
- DefaultInjectionEngine - Class in org.mockito.internal.configuration
-
Inject mock/spies dependencies for fields annotated with @InjectMocks
See
MockitoAnnotations
- DefaultInjectionEngine() - Constructor for class org.mockito.internal.configuration.DefaultInjectionEngine
-
- DefaultMockingDetails - Class in org.mockito.internal.util
-
Class to inspect any object, and identify whether a particular object is either a mock or a spy.
- DefaultMockingDetails(Object, MockUtil) - Constructor for class org.mockito.internal.util.DefaultMockingDetails
-
- DefaultMockitoConfiguration - Class in org.mockito.configuration
-
DefaultConfiguration of Mockito framework
- DefaultMockitoConfiguration() - Constructor for class org.mockito.configuration.DefaultMockitoConfiguration
-
- DefaultStackTraceCleaner - Class in org.mockito.internal.exceptions.stacktrace
-
by Szczepan Faber, created at: 7/29/12
- DefaultStackTraceCleaner() - Constructor for class org.mockito.internal.exceptions.stacktrace.DefaultStackTraceCleaner
-
- DefaultStackTraceCleanerProvider - Class in org.mockito.internal.exceptions.stacktrace
-
by Szczepan Faber, created at: 7/29/12
- DefaultStackTraceCleanerProvider() - Constructor for class org.mockito.internal.exceptions.stacktrace.DefaultStackTraceCleanerProvider
-
- defaultValueForPrimitiveOrWrapper(Class<T>) - Static method in class org.mockito.internal.util.Primitives
-
Returns the boxed default value for a primitive or a primitive wrapper.
- delegatesTo(Object) - Static method in class org.mockito.AdditionalAnswers
-
An answer that directly forwards the calls to the delegate.
- DelegatingMethod - Class in org.mockito.internal.creation
-
- DelegatingMethod(Method) - Constructor for class org.mockito.internal.creation.DelegatingMethod
-
- DelegatingMockitoMethodProxy - Class in org.mockito.internal.creation
-
- DelegatingMockitoMethodProxy(MethodProxy) - Constructor for class org.mockito.internal.creation.DelegatingMockitoMethodProxy
-
- DeprecatedOngoingStubbing<T> - Interface in org.mockito.stubbing
-
Stubs a method call with return value or an exception.
- describe(Object) - Method in class org.mockito.internal.matchers.Equals
-
- DescribedInvocation - Interface in org.mockito.invocation
-
Provides information about the invocation, specifically a human readable description and the location.
- describeMismatch(Object, Description) - Method in class org.mockito.internal.matchers.LocalizedMatcher
-
- describeTo(Description) - Method in class org.mockito.ArgumentMatcher
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.And
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.Any
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.apachecommons.ReflectionEquals
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.ArrayEquals
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.CapturingMatcher
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.CompareTo
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.Contains
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.EndsWith
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.Equals
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.EqualsWithDelta
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.Find
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.InstanceOf
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.LocalizedMatcher
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.Matches
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.Not
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.NotNull
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.Null
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.Or
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.Same
-
- describeTo(Description) - Method in class org.mockito.internal.matchers.StartsWith
-
- Discrepancy - Class in org.mockito.exceptions
-
Deprecated.
- Discrepancy(int, int) - Constructor for class org.mockito.exceptions.Discrepancy
-
Deprecated.
- Discrepancy - Class in org.mockito.internal.reporting
-
- Discrepancy(int, int) - Constructor for class org.mockito.internal.reporting.Discrepancy
-
- doAnswer(Answer) - Method in class org.mockito.internal.MockitoCore
-
- doAnswer(Answer) - Method in class org.mockito.internal.stubbing.StubberImpl
-
- doAnswer(Answer) - Static method in class org.mockito.Mockito
-
Use
doAnswer() when you want to stub a void method with generic
Answer.
- doAnswer(Answer) - Method in interface org.mockito.stubbing.Stubber
-
- doCallRealMethod() - Method in class org.mockito.internal.stubbing.StubberImpl
-
- doCallRealMethod() - Static method in class org.mockito.Mockito
-
Use doCallRealMethod() when you want to call the real implementation of a method.
- doCallRealMethod() - Method in interface org.mockito.stubbing.Stubber
-
- DoesNothing - Class in org.mockito.internal.stubbing.answers
-
- DoesNothing() - Constructor for class org.mockito.internal.stubbing.answers.DoesNothing
-
- doNothing() - Method in class org.mockito.internal.stubbing.StubberImpl
-
- doNothing() - Static method in class org.mockito.Mockito
-
Use doNothing() for setting void methods to do nothing.
- doNothing() - Method in interface org.mockito.stubbing.Stubber
-
- doReturn(Object) - Method in class org.mockito.internal.stubbing.StubberImpl
-
- doReturn(Object) - Static method in class org.mockito.Mockito
-
- doReturn(Object) - Method in interface org.mockito.stubbing.Stubber
-
- doThrow(Throwable) - Method in class org.mockito.internal.stubbing.StubberImpl
-
- doThrow(Class<? extends Throwable>) - Method in class org.mockito.internal.stubbing.StubberImpl
-
- doThrow(Throwable) - Static method in class org.mockito.Mockito
-
Use doThrow() when you want to stub the void method with an exception.
- doThrow(Class<? extends Throwable>) - Static method in class org.mockito.Mockito
-
Use doThrow() when you want to stub the void method to throw exception of specified class.
- doThrow(Throwable) - Method in interface org.mockito.stubbing.Stubber
-
- doThrow(Class<? extends Throwable>) - Method in interface org.mockito.stubbing.Stubber
-
- doubleThat(Matcher<Double>) - Static method in class org.mockito.Matchers
-
Allows creating custom Double argument matchers.
- enableAccess(AccessibleObject) - Method in class org.mockito.internal.util.reflection.AccessibilityChanger
-
changes the accessibleObject accessibility and returns true if accessibility was changed
- enableClassCache() - Method in class org.mockito.configuration.DefaultMockitoConfiguration
-
- enableClassCache() - Method in interface org.mockito.configuration.IMockitoConfiguration
-
Allow objenesis to cache classes.
- enableClassCache() - Method in class org.mockito.internal.configuration.GlobalConfiguration
-
- EndsWith - Class in org.mockito.internal.matchers
-
- EndsWith(String) - Constructor for class org.mockito.internal.matchers.EndsWith
-
- endsWith(String) - Static method in class org.mockito.Matchers
-
String argument that ends with the given suffix.
- eq(double, double) - Static method in class org.mockito.AdditionalMatchers
-
double argument that has an absolute difference to the given value that
is less than the given delta details.
- eq(float, float) - Static method in class org.mockito.AdditionalMatchers
-
float argument that has an absolute difference to the given value that is
less than the given delta details.
- eq(boolean) - Static method in class org.mockito.Matchers
-
boolean argument that is equal to the given value.
- eq(byte) - Static method in class org.mockito.Matchers
-
byte argument that is equal to the given value.
- eq(char) - Static method in class org.mockito.Matchers
-
char argument that is equal to the given value.
- eq(double) - Static method in class org.mockito.Matchers
-
double argument that is equal to the given value.
- eq(float) - Static method in class org.mockito.Matchers
-
float argument that is equal to the given value.
- eq(int) - Static method in class org.mockito.Matchers
-
int argument that is equal to the given value.
- eq(long) - Static method in class org.mockito.Matchers
-
long argument that is equal to the given value.
- eq(short) - Static method in class org.mockito.Matchers
-
short argument that is equal to the given value.
- eq(T) - Static method in class org.mockito.Matchers
-
Object argument that is equal to the given value.
- Equality - Class in org.mockito.internal.matchers
-
- Equality() - Constructor for class org.mockito.internal.matchers.Equality
-
- equals(Object) - Method in class org.mockito.internal.creation.DelegatingMethod
-
- equals(Object) - Method in class org.mockito.internal.invocation.InvocationImpl
-
- equals(Object) - Method in class org.mockito.internal.invocation.SerializableMethod
-
- equals(Object) - Method in class org.mockito.internal.listeners.NotifiedMethodInvocationReport
-
- Equals - Class in org.mockito.internal.matchers
-
- Equals(Object) - Constructor for class org.mockito.internal.matchers.Equals
-
- equals(Object) - Method in class org.mockito.internal.matchers.Equals
-
- equals(Object) - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsMockWrapper
-
- equals(Object) - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- equals(Object) - Method in class org.mockito.internal.util.reflection.InstanceField
-
- EqualsWithDelta - Class in org.mockito.internal.matchers
-
- EqualsWithDelta(Number, Number) - Constructor for class org.mockito.internal.matchers.EqualsWithDelta
-
- ExceptionIncludingMockitoWarnings - Exception in org.mockito.internal.exceptions
-
- ExceptionIncludingMockitoWarnings(String, Throwable) - Constructor for exception org.mockito.internal.exceptions.ExceptionIncludingMockitoWarnings
-
- expandVarArgs(boolean, Object[]) - Static method in class org.mockito.internal.invocation.ArgumentsProcessor
-
- extraInterfaces(Class...) - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- extraInterfaces - Variable in class org.mockito.internal.creation.settings.CreationSettings
-
- extraInterfaces(Class<?>...) - Method in interface org.mockito.MockSettings
-
Specifies extra interfaces the mock should implement.
- extraInterfacesAcceptsOnlyInterfaces(Class<?>) - Method in class org.mockito.exceptions.Reporter
-
- extraInterfacesCannotContainMockedType(Class<?>) - Method in class org.mockito.exceptions.Reporter
-
- extraInterfacesDoesNotAcceptNullParameters() - Method in class org.mockito.exceptions.Reporter
-
- extraInterfacesRequiresAtLeastOneInterface() - Method in class org.mockito.exceptions.Reporter
-
- extraTypeInfoFor(int) - Method in class org.mockito.internal.reporting.PrintSettings
-
- FieldAnnotationProcessor<A extends java.lang.annotation.Annotation> - Interface in org.mockito.internal.configuration
-
Simple annotation processor interface.
- fieldClass() - Method in class org.mockito.internal.util.reflection.FieldInitializationReport
-
Returns the class of the actual instance in the field.
- FieldCopier - Class in org.mockito.internal.util.reflection
-
- FieldCopier() - Constructor for class org.mockito.internal.util.reflection.FieldCopier
-
- fieldInitialisationThrewException(Field, Throwable) - Method in class org.mockito.exceptions.Reporter
-
- FieldInitializationReport - Class in org.mockito.internal.util.reflection
-
Report on field initialization
- FieldInitializationReport(Object, boolean, boolean) - Constructor for class org.mockito.internal.util.reflection.FieldInitializationReport
-
- FieldInitializer - Class in org.mockito.internal.util.reflection
-
Initialize a field with type instance if a default constructor can be found.
- FieldInitializer(Object, Field) - Constructor for class org.mockito.internal.util.reflection.FieldInitializer
-
Prepare initializer with the given field on the given instance.
- FieldInitializer(Object, Field, FieldInitializer.ConstructorArgumentResolver) - Constructor for class org.mockito.internal.util.reflection.FieldInitializer
-
Prepare initializer with the given field on the given instance.
- FieldInitializer.ConstructorArgumentResolver - Interface in org.mockito.internal.util.reflection
-
Represents the strategy used to resolve actual instances
to be given to a constructor given the argument types.
- fieldInstance() - Method in class org.mockito.internal.util.reflection.FieldInitializationReport
-
Returns the actual field instance.
- FieldReader - Class in org.mockito.internal.util.reflection
-
- FieldReader(Object, Field) - Constructor for class org.mockito.internal.util.reflection.FieldReader
-
- Fields - Class in org.mockito.internal.util.reflection
-
Small fluent reflection tools to work with fields.
- Fields() - Constructor for class org.mockito.internal.util.reflection.Fields
-
- Fields.InstanceFields - Class in org.mockito.internal.util.reflection
-
- FieldSetter - Class in org.mockito.internal.util.reflection
-
- FieldSetter(Object, Field) - Constructor for class org.mockito.internal.util.reflection.FieldSetter
-
- fieldWasInitialized() - Method in class org.mockito.internal.util.reflection.FieldInitializationReport
-
Indicate wether the field was created during the process or not.
- fieldWasInitializedUsingContructorArgs() - Method in class org.mockito.internal.util.reflection.FieldInitializationReport
-
Indicate wether the field was created using constructor args.
- filter(Throwable) - Method in class org.mockito.internal.exceptions.stacktrace.ConditionalStackTraceFilter
-
- filter(StackTraceElement[], boolean) - Method in class org.mockito.internal.exceptions.stacktrace.StackTraceFilter
-
Example how the filter works (+/- means good/bad):
[a+, b+, c-, d+, e+, f-, g+] -> [a+, b+, g+]
Basically removes all bad from the middle.
- filter(Filter) - Method in class org.mockito.internal.runners.JUnit44RunnerImpl
-
- filter(Filter) - Method in class org.mockito.internal.runners.JUnit45AndHigherRunnerImpl
-
- filter(Collection<T>, ListUtil.Filter<T>) - Static method in class org.mockito.internal.util.collections.ListUtil
-
- filter(ListUtil.Filter<InstanceField>) - Method in class org.mockito.internal.util.reflection.Fields.InstanceFields
-
- filter(Filter) - Method in class org.mockito.runners.ConsoleSpammingMockitoJUnitRunner
-
- filter(Filter) - Method in class org.mockito.runners.MockitoJUnitRunner
-
- filter(Filter) - Method in class org.mockito.runners.VerboseMockitoJUnitRunner
-
- filterCandidate(Collection<Object>, Field, Object) - Method in class org.mockito.internal.configuration.injection.filter.FinalMockCandidateFilter
-
- filterCandidate(Collection<Object>, Field, Object) - Method in interface org.mockito.internal.configuration.injection.filter.MockCandidateFilter
-
- filterCandidate(Collection<Object>, Field, Object) - Method in class org.mockito.internal.configuration.injection.filter.NameBasedCandidateFilter
-
- filterCandidate(Collection<Object>, Field, Object) - Method in class org.mockito.internal.configuration.injection.filter.TypeBasedCandidateFilter
-
- FilteredCGLIBProxyRealMethod - Class in org.mockito.internal.invocation.realmethod
-
- FilteredCGLIBProxyRealMethod(MockitoMethodProxy) - Constructor for class org.mockito.internal.invocation.realmethod.FilteredCGLIBProxyRealMethod
-
- FilteredCGLIBProxyRealMethod(RealMethod) - Constructor for class org.mockito.internal.invocation.realmethod.FilteredCGLIBProxyRealMethod
-
- FinalMockCandidateFilter - Class in org.mockito.internal.configuration.injection.filter
-
This node returns an actual injecter which will be either :
an
OngoingInjecter that do nothing if a candidate couldn't be found
an
OngoingInjecter that will try to inject the candidate trying first the property setter then if not possible try the field access
- FinalMockCandidateFilter() - Constructor for class org.mockito.internal.configuration.injection.filter.FinalMockCandidateFilter
-
- find(String) - Static method in class org.mockito.AdditionalMatchers
-
String argument that contains a substring that matches the given regular
expression.
- find(FindingsListener) - Method in class org.mockito.internal.debugging.WarningsFinder
-
- find(List<?>) - Method in class org.mockito.internal.invocation.finder.AllInvocationsFinder
-
gets all invocations from mocks.
- find(List<?>) - Method in class org.mockito.internal.invocation.finder.VerifiableInvocationsFinder
-
- find(List<?>) - Method in class org.mockito.internal.invocation.UnusedStubsFinder
-
Finds all unused stubs for given mocks
- Find - Class in org.mockito.internal.matchers
-
- Find(String) - Constructor for class org.mockito.internal.matchers.Find
-
- findAllMatchingUnverifiedChunks(List<Invocation>, InvocationMatcher, InOrderContext) - Method in class org.mockito.internal.invocation.InvocationsFinder
-
- findAnswerFor(Invocation) - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- findClass(String) - Method in class org.mockito.internal.creation.jmock.SearchingClassLoader
-
- findFirstMatchingUnverifiedInvocation(List<Invocation>, InvocationMatcher, InOrderContext) - Method in class org.mockito.internal.invocation.InvocationsFinder
-
- findFirstUnverified(List<Invocation>) - Method in class org.mockito.internal.invocation.InvocationsFinder
-
- findFirstUnverifiedInOrder(InOrderContext, List<Invocation>) - Method in class org.mockito.internal.invocation.InvocationsFinder
-
i3 is unverified here:
i1, i2, i3
v
all good here:
i1, i2, i3
v v
- FindingsListener - Interface in org.mockito.internal.debugging
-
- findInvocations(List<Invocation>, InvocationMatcher) - Method in class org.mockito.internal.invocation.InvocationsFinder
-
- findMatchingChunk(List<Invocation>, InvocationMatcher, int, InOrderContext) - Method in class org.mockito.internal.invocation.InvocationsFinder
-
some examples how it works:
Given invocations sequence:
1,1,2,1
if wanted is 1 and mode is times(2) then returns
1,1
if wanted is 1 and mode is atLeast() then returns
1,1,1
if wanted is 1 and mode is times(x), where x != 2 then returns
1,1,1
- findPreviousVerifiedInOrder(List<Invocation>, InOrderContext) - Method in class org.mockito.internal.invocation.InvocationsFinder
-
- findSimilarInvocation(List<Invocation>, InvocationMatcher) - Method in class org.mockito.internal.invocation.InvocationsFinder
-
- floatThat(Matcher<Float>) - Static method in class org.mockito.Matchers
-
Allows creating custom Float argument matchers.
- forClass(Class<T>) - Static method in class org.mockito.ArgumentCaptor
-
Build a new ArgumentCaptor.
- ForwardsInvocations - Class in org.mockito.internal.stubbing.defaultanswers
-
Internal answer to forward invocations on a real instance.
- ForwardsInvocations(Object) - Constructor for class org.mockito.internal.stubbing.defaultanswers.ForwardsInvocations
-
- foundStubCalledWithDifferentArgs(Invocation, InvocationMatcher) - Method in interface org.mockito.internal.debugging.FindingsListener
-
- foundStubCalledWithDifferentArgs(Invocation, InvocationMatcher) - Method in class org.mockito.internal.debugging.LoggingListener
-
- foundUnstubbed(InvocationMatcher) - Method in interface org.mockito.internal.debugging.FindingsListener
-
- foundUnstubbed(InvocationMatcher) - Method in class org.mockito.internal.debugging.LoggingListener
-
- foundUnusedStub(Invocation) - Method in interface org.mockito.internal.debugging.FindingsListener
-
- foundUnusedStub(Invocation) - Method in class org.mockito.internal.debugging.LoggingListener
-
- FrameworkUsageValidator - Class in org.mockito.internal.runners.util
-
- FrameworkUsageValidator(RunNotifier) - Constructor for class org.mockito.internal.runners.util.FrameworkUsageValidator
-
- FriendlyReminderException - Exception in org.mockito.exceptions.misusing
-
- FriendlyReminderException(String) - Constructor for exception org.mockito.exceptions.misusing.FriendlyReminderException
-
- GenericMaster - Class in org.mockito.internal.util.reflection
-
- GenericMaster() - Constructor for class org.mockito.internal.util.reflection.GenericMaster
-
- geq(Comparable<T>) - Static method in class org.mockito.AdditionalMatchers
-
argument greater than or equal the given value.
- geq(byte) - Static method in class org.mockito.AdditionalMatchers
-
byte argument greater than or equal to the given value.
- geq(double) - Static method in class org.mockito.AdditionalMatchers
-
double argument greater than or equal to the given value.
- geq(float) - Static method in class org.mockito.AdditionalMatchers
-
float argument greater than or equal to the given value.
- geq(int) - Static method in class org.mockito.AdditionalMatchers
-
int argument greater than or equal to the given value.
- geq(long) - Static method in class org.mockito.AdditionalMatchers
-
long argument greater than or equal to the given value.
- geq(short) - Static method in class org.mockito.AdditionalMatchers
-
short argument greater than or equal to the given value.
- get() - Method in enum org.mockito.Answers
-
- get() - Method in enum org.mockito.internal.stubbing.defaultanswers.Answers
-
Deprecated.
- get() - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsMockWrapper
-
- getActual() - Method in class org.mockito.internal.reporting.SmartPrinter
-
- getActualCount() - Method in class org.mockito.internal.reporting.Discrepancy
-
- getActualMatcher() - Method in class org.mockito.internal.matchers.LocalizedMatcher
-
- getActualMatcher() - Method in interface org.mockito.internal.matchers.MatcherDecorator
-
- getAll() - Method in class org.mockito.internal.verification.RegisteredInvocations
-
- getAllInvocations() - Method in interface org.mockito.internal.verification.api.VerificationData
-
- getAllInvocations() - Method in interface org.mockito.internal.verification.api.VerificationDataInOrder
-
- getAllInvocations() - Method in class org.mockito.internal.verification.api.VerificationDataInOrderImpl
-
- getAllInvocations() - Method in class org.mockito.internal.verification.VerificationDataImpl
-
- getAllValues() - Method in class org.mockito.ArgumentCaptor
-
Returns all captured values.
- getAllValues() - Method in class org.mockito.internal.matchers.CapturingMatcher
-
- getAnnotationEngine() - Method in class org.mockito.configuration.DefaultMockitoConfiguration
-
- getAnnotationEngine() - Method in interface org.mockito.configuration.IMockitoConfiguration
-
Configures annotations for mocks
- getAnnotationEngine() - Method in class org.mockito.internal.configuration.GlobalConfiguration
-
- getArgumentMatcherStorage() - Method in interface org.mockito.internal.progress.MockingProgress
-
- getArgumentMatcherStorage() - Method in class org.mockito.internal.progress.MockingProgressImpl
-
- getArgumentMatcherStorage() - Method in class org.mockito.internal.progress.ThreadSafeMockingProgress
-
- getArguments() - Method in class org.mockito.internal.invocation.InvocationImpl
-
- getArguments() - Method in interface org.mockito.invocation.InvocationOnMock
-
returns arguments passed to the method
- getArgumentsBlock(List<Matcher>, PrintSettings) - Method in class org.mockito.internal.matchers.MatchersPrinter
-
- getArgumentsLine(List<Matcher>, PrintSettings) - Method in class org.mockito.internal.matchers.MatchersPrinter
-
- getDefaultAnswer() - Method in class org.mockito.configuration.DefaultMockitoConfiguration
-
- getDefaultAnswer() - Method in interface org.mockito.configuration.IMockitoConfiguration
-
Allows configuring the default answers of unstubbed invocations
- getDefaultAnswer() - Method in class org.mockito.internal.configuration.GlobalConfiguration
-
- getDefaultAnswer() - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- getDefaultAnswer() - Method in class org.mockito.internal.creation.settings.CreationSettings
-
- getDefaultAnswer() - Method in interface org.mockito.mock.MockCreationSettings
-
- getDelegate() - Method in class org.mockito.internal.verification.VerificationWithTimeoutImpl
-
- getDescription() - Method in class org.mockito.internal.runners.JUnit44RunnerImpl
-
- getDescription() - Method in class org.mockito.internal.runners.JUnit45AndHigherRunnerImpl
-
- getDescription() - Method in interface org.mockito.internal.runners.RunnerImpl
-
- getDescription() - Method in class org.mockito.runners.ConsoleSpammingMockitoJUnitRunner
-
- getDescription() - Method in class org.mockito.runners.MockitoJUnitRunner
-
- getDescription() - Method in class org.mockito.runners.VerboseMockitoJUnitRunner
-
- getExceptionTypes() - Method in class org.mockito.internal.creation.DelegatingMethod
-
- getExceptionTypes() - Method in interface org.mockito.internal.invocation.MockitoMethod
-
- getExceptionTypes() - Method in class org.mockito.internal.invocation.SerializableMethod
-
- getExtraInterfaces() - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- getExtraInterfaces() - Method in class org.mockito.internal.creation.settings.CreationSettings
-
- getExtraInterfaces() - Method in interface org.mockito.mock.MockCreationSettings
-
the extra interfaces the mock object should implement.
- getGenericType(Field) - Method in class org.mockito.internal.util.reflection.GenericMaster
-
Finds the generic type (parametrized type) of the field.
- getHandler(Object) - Method in class org.mockito.internal.creation.CglibMockMaker
-
- getHandler() - Method in class org.mockito.internal.creation.MethodInterceptorFilter
-
- getHandler(Object) - Method in interface org.mockito.plugins.MockMaker
-
Returns the handler for the mock.
- getInternalState(Object, String) - Static method in class org.mockito.internal.util.reflection.Whitebox
-
- getInvocation() - Method in class org.mockito.internal.invocation.InvocationMatcher
-
- getInvocation() - Method in class org.mockito.internal.listeners.NotifiedMethodInvocationReport
-
- getInvocation() - Method in interface org.mockito.listeners.MethodInvocationReport
-
The return type is deprecated, please assign the return value from this method
to the
DescribedInvocation type.
- getInvocationContainer() - Method in interface org.mockito.internal.InternalMockHandler
-
- getInvocationForStubbing() - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- getInvocationListeners() - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- getInvocationListeners() - Method in class org.mockito.internal.creation.settings.CreationSettings
-
- getInvocationListeners() - Method in interface org.mockito.mock.MockCreationSettings
-
- getInvocations() - Method in interface org.mockito.internal.stubbing.InvocationContainer
-
- getInvocations() - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- getJavaMethod() - Method in class org.mockito.internal.creation.DelegatingMethod
-
- getJavaMethod() - Method in interface org.mockito.internal.invocation.MockitoMethod
-
- getJavaMethod() - Method in class org.mockito.internal.invocation.SerializableMethod
-
- getLastInvocation() - Method in class org.mockito.internal.MockitoCore
-
For testing purposes only.
- getLastLocation(List<Invocation>) - Method in class org.mockito.internal.invocation.InvocationsFinder
-
- getLastValue() - Method in class org.mockito.internal.matchers.CapturingMatcher
-
- getLocation() - Method in interface org.mockito.exceptions.PrintableInvocation
-
Deprecated.
- getLocation() - Method in class org.mockito.internal.debugging.Localized
-
- getLocation() - Method in class org.mockito.internal.invocation.InvocationImpl
-
- getLocation() - Method in class org.mockito.internal.invocation.InvocationMatcher
-
- getLocation() - Method in class org.mockito.internal.matchers.LocalizedMatcher
-
- getLocation() - Method in interface org.mockito.invocation.DescribedInvocation
-
The place in the code where the invocation happened.
- getLocation() - Method in interface org.mockito.invocation.Invocation
-
- getLocationOfStubbing() - Method in class org.mockito.internal.listeners.NotifiedMethodInvocationReport
-
- getLocationOfStubbing() - Method in interface org.mockito.listeners.MethodInvocationReport
-
- getLoggedInfo() - Method in class org.mockito.internal.util.SimpleMockitoLogger
-
- getLogger() - Method in class org.mockito.internal.debugging.LoggingListener
-
- getMatchers() - Method in class org.mockito.internal.invocation.InvocationMatcher
-
- getMessage() - Method in error org.mockito.exceptions.verification.junit.ArgumentsAreDifferent
-
- getMethod() - Method in class org.mockito.internal.invocation.InvocationImpl
-
- getMethod() - Method in class org.mockito.internal.invocation.InvocationMatcher
-
- getMethod() - Method in class org.mockito.internal.stubbing.answers.MethodInfo
-
- getMethod() - Method in interface org.mockito.invocation.InvocationOnMock
-
returns the method
- getMethodName() - Method in class org.mockito.internal.stubbing.answers.MethodInfo
-
- getMethodProxy() - Method in class org.mockito.internal.creation.DelegatingMockitoMethodProxy
-
- getMethodProxy() - Method in interface org.mockito.internal.creation.MockitoMethodProxy
-
- getMethodProxy() - Method in class org.mockito.internal.creation.SerializableMockitoMethodProxy
-
- getMethodProxy() - Method in class org.mockito.internal.invocation.realmethod.CGLIBProxyRealMethod
-
- getMethodProxy() - Method in class org.mockito.internal.invocation.realmethod.FilteredCGLIBProxyRealMethod
-
- getMethodProxy() - Method in interface org.mockito.internal.invocation.realmethod.HasCGLIBMethodProxy
-
- getMock() - Method in interface org.mockito.BDDMockito.BDDMyOngoingStubbing
-
- getMock() - Method in class org.mockito.BDDMockito.BDDOngoingStubbingImpl
-
- getMock() - Method in class org.mockito.internal.invocation.InvocationImpl
-
- getMock() - Method in class org.mockito.internal.stubbing.ConsecutiveStubbing
-
- getMock() - Method in class org.mockito.internal.stubbing.OngoingStubbingImpl
-
- getMock() - Method in class org.mockito.internal.verification.MockAwareVerificationMode
-
- getMock() - Method in interface org.mockito.invocation.InvocationOnMock
-
returns the mock object
- getMock() - Method in interface org.mockito.stubbing.OngoingStubbing
-
Returns the mock that was used for this stub.
- getMockHandler(T) - Method in class org.mockito.internal.util.MockUtil
-
- getMockMaker() - Static method in class org.mockito.internal.configuration.ClassPathLoader
-
Returns the implementation of the mock maker available for the current runtime.
- getMockName() - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- getMockName() - Method in class org.mockito.internal.creation.settings.CreationSettings
-
- getMockName(Object) - Method in class org.mockito.internal.util.MockUtil
-
- getMockName() - Method in interface org.mockito.mock.MockCreationSettings
-
- getMockSettings() - Method in interface org.mockito.internal.InternalMockHandler
-
- getMocksToBeVerifiedInOrder() - Method in class org.mockito.internal.InOrderImpl
-
- getName() - Method in class org.mockito.internal.creation.DelegatingMethod
-
- getName() - Method in class org.mockito.internal.creation.settings.CreationSettings
-
- getName() - Method in interface org.mockito.internal.invocation.MockitoMethod
-
- getName() - Method in class org.mockito.internal.invocation.SerializableMethod
-
- getName() - Method in class org.mockito.internal.matchers.CompareEqual
-
- getName() - Method in class org.mockito.internal.matchers.CompareTo
-
- getName() - Method in class org.mockito.internal.matchers.GreaterOrEqual
-
- getName() - Method in class org.mockito.internal.matchers.GreaterThan
-
- getName() - Method in class org.mockito.internal.matchers.LessOrEqual
-
- getName() - Method in class org.mockito.internal.matchers.LessThan
-
- getObject() - Method in class org.mockito.internal.debugging.Localized
-
- getOrderingContext() - Method in interface org.mockito.internal.verification.api.VerificationDataInOrder
-
- getOrderingContext() - Method in class org.mockito.internal.verification.api.VerificationDataInOrderImpl
-
- getParameterTypes() - Method in class org.mockito.internal.creation.DelegatingMethod
-
- getParameterTypes() - Method in interface org.mockito.internal.invocation.MockitoMethod
-
- getParameterTypes() - Method in class org.mockito.internal.invocation.SerializableMethod
-
- getPluralizedActualCount() - Method in class org.mockito.internal.reporting.Discrepancy
-
- getPluralizedWantedCount() - Method in class org.mockito.internal.reporting.Discrepancy
-
- getPluralizedWantedCount() - Method in class org.mockito.internal.verification.checkers.AtLeastDiscrepancy
-
- getRawArguments() - Method in class org.mockito.internal.invocation.InvocationImpl
-
- getRawArguments() - Method in interface org.mockito.invocation.Invocation
-
- getRegisteredInvocations() - Method in class org.mockito.internal.stubbing.OngoingStubbingImpl
-
- getReturnedValue() - Method in class org.mockito.internal.listeners.NotifiedMethodInvocationReport
-
- getReturnedValue() - Method in interface org.mockito.listeners.MethodInvocationReport
-
- getReturnType() - Method in class org.mockito.internal.creation.DelegatingMethod
-
- getReturnType() - Method in interface org.mockito.internal.invocation.MockitoMethod
-
- getReturnType() - Method in class org.mockito.internal.invocation.SerializableMethod
-
- getReturnType() - Method in class org.mockito.internal.stubbing.answers.Returns
-
- getReturnValues() - Method in class org.mockito.configuration.DefaultMockitoConfiguration
-
Deprecated.
- getReturnValues() - Method in interface org.mockito.configuration.IMockitoConfiguration
-
- getReturnValues() - Method in class org.mockito.internal.configuration.GlobalConfiguration
-
- getSequenceNumber() - Method in class org.mockito.internal.invocation.InvocationImpl
-
- getSequenceNumber() - Method in interface org.mockito.invocation.Invocation
-
- getSpiedInstance() - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- getSpiedInstance() - Method in class org.mockito.internal.creation.settings.CreationSettings
-
- getSpiedInstance() - Method in interface org.mockito.mock.MockCreationSettings
-
the spied instance - needed for spies.
- getStackTraceCleaner(StackTraceCleaner) - Method in class org.mockito.internal.exceptions.stacktrace.DefaultStackTraceCleanerProvider
-
- getStackTraceCleaner(StackTraceCleaner) - Method in interface org.mockito.plugins.StackTraceCleanerProvider
-
Allows configuring custom StackTraceCleaner.
- getStackTraceCleanerProvider() - Static method in class org.mockito.internal.configuration.ClassPathLoader
-
- getStubbedInvocations() - Method in interface org.mockito.internal.stubbing.InvocationContainer
-
- getStubbedInvocations() - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- getSuspiciouslyNotMatchingArgsIndexes(List<Matcher>, Object[]) - Method in class org.mockito.internal.verification.argumentmatching.ArgumentMatchingTool
-
Suspiciously not matching arguments are those that don't match, the toString() representation is the same but types are different.
- getTag() - Method in class org.mockito.internal.creation.cglib.MockitoNamingPolicy
-
- getThrowable() - Method in class org.mockito.internal.listeners.NotifiedMethodInvocationReport
-
- getThrowable() - Method in class org.mockito.internal.stubbing.answers.ThrowsException
-
- getThrowable() - Method in interface org.mockito.listeners.MethodInvocationReport
-
- getThrowableClass() - Method in class org.mockito.internal.stubbing.answers.ThrowsExceptionClass
-
- getTimeout() - Method in class org.mockito.internal.verification.VerificationWithTimeoutImpl
-
- getTreshhold() - Method in class org.mockito.internal.verification.VerificationWithTimeoutImpl
-
- getTypeToMock() - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- getTypeToMock() - Method in class org.mockito.internal.creation.settings.CreationSettings
-
- getTypeToMock() - Method in interface org.mockito.mock.MockCreationSettings
-
Mocked type.
- getUnfilteredStackTrace() - Method in error org.mockito.exceptions.base.MockitoAssertionError
-
- getUnfilteredStackTrace() - Method in exception org.mockito.exceptions.base.MockitoException
-
- getUnfilteredStackTrace() - Method in error org.mockito.exceptions.verification.junit.ArgumentsAreDifferent
-
- getValue() - Method in class org.mockito.ArgumentCaptor
-
Returns the captured value of the argument.
- getWanted() - Method in class org.mockito.internal.matchers.Equals
-
- getWanted() - Method in class org.mockito.internal.reporting.SmartPrinter
-
- getWanted() - Method in interface org.mockito.internal.verification.api.VerificationData
-
- getWanted() - Method in interface org.mockito.internal.verification.api.VerificationDataInOrder
-
- getWanted() - Method in class org.mockito.internal.verification.api.VerificationDataInOrderImpl
-
- getWanted() - Method in class org.mockito.internal.verification.VerificationDataImpl
-
- getWantedCount() - Method in class org.mockito.internal.reporting.Discrepancy
-
- getWarnings() - Method in class org.mockito.internal.debugging.WarningsCollector
-
- given(T) - Method in interface org.mockito.BDDMockito.BDDStubber
-
- given(T) - Method in class org.mockito.BDDMockito.BDDStubberImpl
-
- given(T) - Static method in class org.mockito.BDDMockito
-
- GlobalConfiguration - Class in org.mockito.internal.configuration
-
Thread-safe wrapper on user-defined org.mockito.configuration.MockitoConfiguration implementation
- GlobalConfiguration() - Constructor for class org.mockito.internal.configuration.GlobalConfiguration
-
- GloballyConfiguredAnswer - Class in org.mockito.internal.stubbing.defaultanswers
-
Globally configured Answer.
- GloballyConfiguredAnswer() - Constructor for class org.mockito.internal.stubbing.defaultanswers.GloballyConfiguredAnswer
-
- GreaterOrEqual<T extends java.lang.Comparable<T>> - Class in org.mockito.internal.matchers
-
- GreaterOrEqual(Comparable<T>) - Constructor for class org.mockito.internal.matchers.GreaterOrEqual
-
- GreaterThan<T extends java.lang.Comparable<T>> - Class in org.mockito.internal.matchers
-
- GreaterThan(Comparable<T>) - Constructor for class org.mockito.internal.matchers.GreaterThan
-
- gt(Comparable<T>) - Static method in class org.mockito.AdditionalMatchers
-
comparable argument greater than the given value.
- gt(byte) - Static method in class org.mockito.AdditionalMatchers
-
byte argument greater than the given value.
- gt(double) - Static method in class org.mockito.AdditionalMatchers
-
double argument greater than the given value.
- gt(float) - Static method in class org.mockito.AdditionalMatchers
-
float argument greater than the given value.
- gt(int) - Static method in class org.mockito.AdditionalMatchers
-
int argument greater than the given value.
- gt(long) - Static method in class org.mockito.AdditionalMatchers
-
long argument greater than the given value.
- gt(short) - Static method in class org.mockito.AdditionalMatchers
-
short argument greater than the given value.
- IdentitySet - Class in org.mockito.internal.util.collections
-
- IdentitySet() - Constructor for class org.mockito.internal.util.collections.IdentitySet
-
- ignoreForVerification() - Method in class org.mockito.internal.invocation.InvocationImpl
-
- ignoreForVerification() - Method in interface org.mockito.invocation.Invocation
-
Configures this invocation to be ignored for verify-no-more-invocations or verification in order.
- ignoreStubs(Object...) - Method in class org.mockito.internal.MockitoCore
-
- ignoreStubs(Object...) - Static method in class org.mockito.Mockito
-
Ignores stubbed methods of given mocks for the sake of verification.
- IMockitoConfiguration - Interface in org.mockito.configuration
-
Use it to configure Mockito.
- imposterise(MethodInterceptor, Class<T>, Collection<Class>) - Method in class org.mockito.internal.creation.jmock.ClassImposterizer
-
- imposterise(MethodInterceptor, Class<T>, Class<?>...) - Method in class org.mockito.internal.creation.jmock.ClassImposterizer
-
- incorrectUseOfAdditionalMatchers(String, int, Collection<LocalizedMatcher>) - Method in class org.mockito.exceptions.Reporter
-
- incorrectUseOfApi() - Method in class org.mockito.exceptions.Reporter
-
- Incubating - Annotation Type in org.mockito
-
The annotation conveys following information:
The API is fairly new and we would appreciate your feedback.
- initialize() - Method in class org.mockito.internal.util.reflection.FieldInitializer
-
Initialize field if not initialized and return the actual instance.
- initMocks(Object) - Static method in class org.mockito.MockitoAnnotations
-
- InjectingAnnotationEngine - Class in org.mockito.internal.configuration
-
- InjectingAnnotationEngine() - Constructor for class org.mockito.internal.configuration.InjectingAnnotationEngine
-
- InjectMocks - Annotation Type in org.mockito
-
Mark a field on which injection should be performed.
- injectMocks(Object) - Method in class org.mockito.internal.configuration.InjectingAnnotationEngine
-
Initializes mock/spies dependencies for objects annotated with
@InjectMocks for given testClassInstance.
- injectMocksOnFields(Set<Field>, Set<Object>, Object) - Method in class org.mockito.internal.configuration.DefaultInjectionEngine
-
- InjectMocksScanner - Class in org.mockito.internal.configuration.injection.scanner
-
Scan field for injection.
- InjectMocksScanner(Class<?>) - Constructor for class org.mockito.internal.configuration.injection.scanner.InjectMocksScanner
-
Create a new InjectMocksScanner for the given clazz on the given instance
- InOrder - Interface in org.mockito
-
Allows verification in order.
- inOrder(Object...) - Method in class org.mockito.internal.MockitoCore
-
- inOrder(Object...) - Static method in class org.mockito.Mockito
-
Creates
InOrder object that allows verifying mocks in order.
- InOrderContext - Interface in org.mockito.internal.verification.api
-
- InOrderContextImpl - Class in org.mockito.internal.verification
-
- InOrderContextImpl() - Constructor for class org.mockito.internal.verification.InOrderContextImpl
-
- InOrderImpl - Class in org.mockito.internal
-
Allows verifying in order.
- InOrderImpl(List<Object>) - Constructor for class org.mockito.internal.InOrderImpl
-
- inOrderRequiresFamiliarMock() - Method in class org.mockito.exceptions.Reporter
-
- InOrderWrapper - Class in org.mockito.internal.verification
-
- InOrderWrapper(VerificationInOrderMode, InOrderImpl) - Constructor for class org.mockito.internal.verification.InOrderWrapper
-
- INSTANCE - Static variable in class org.mockito.internal.creation.cglib.MockitoNamingPolicy
-
- INSTANCE - Static variable in class org.mockito.internal.creation.jmock.ClassImposterizer
-
- InstanceField - Class in org.mockito.internal.util.reflection
-
Represents an accessible instance field.
- InstanceField(Field, Object) - Constructor for class org.mockito.internal.util.reflection.InstanceField
-
Create a new InstanceField.
- InstanceFields(Object, List<InstanceField>) - Constructor for class org.mockito.internal.util.reflection.Fields.InstanceFields
-
- instanceFields() - Method in class org.mockito.internal.util.reflection.Fields.InstanceFields
-
- InstanceOf - Class in org.mockito.internal.matchers
-
- InstanceOf(Class<?>) - Constructor for class org.mockito.internal.matchers.InstanceOf
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.mockito.internal.creation.MethodInterceptorFilter
-
- InternalMockHandler<T> - Interface in org.mockito.internal
-
- intThat(Matcher<Integer>) - Static method in class org.mockito.Matchers
-
Allows creating custom Integer argument matchers.
- invalidArgumentPositionRangeAtInvocationTime(InvocationOnMock, boolean, int) - Method in class org.mockito.exceptions.Reporter
-
- invalidArgumentRangeAtIdentityAnswerCreationTime() - Method in class org.mockito.exceptions.Reporter
-
- invalidUseOfMatchers(int, List<LocalizedMatcher>) - Method in class org.mockito.exceptions.Reporter
-
- InvalidUseOfMatchersException - Exception in org.mockito.exceptions.misusing
-
- InvalidUseOfMatchersException(String) - Constructor for exception org.mockito.exceptions.misusing.InvalidUseOfMatchersException
-
- InvalidUseOfMatchersException() - Constructor for exception org.mockito.exceptions.misusing.InvalidUseOfMatchersException
-
- Invocation - Interface in org.mockito.invocation
-
A method call on a mock object.
- InvocationContainer - Interface in org.mockito.internal.stubbing
-
- InvocationContainerImpl - Class in org.mockito.internal.stubbing
-
- InvocationContainerImpl(MockingProgress) - Constructor for class org.mockito.internal.stubbing.InvocationContainerImpl
-
- InvocationImpl - Class in org.mockito.internal.invocation
-
Method call on a mock object.
- InvocationImpl(Object, MockitoMethod, Object[], int, RealMethod) - Constructor for class org.mockito.internal.invocation.InvocationImpl
-
- InvocationListener - Interface in org.mockito.listeners
-
This listener can be notified of method invocations on a mock.
- invocationListenerDoesNotAcceptNullParameters() - Method in class org.mockito.exceptions.Reporter
-
- invocationListeners(InvocationListener...) - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- invocationListeners - Variable in class org.mockito.internal.creation.settings.CreationSettings
-
- invocationListeners(InvocationListener...) - Method in interface org.mockito.MockSettings
-
Registers a listener for method invocations on this mock.
- invocationListenersRequiresAtLeastOneListener() - Method in class org.mockito.exceptions.Reporter
-
- invocationListenerThrewException(InvocationListener, Throwable) - Method in class org.mockito.exceptions.Reporter
-
- InvocationMarker - Class in org.mockito.internal.invocation
-
- InvocationMarker() - Constructor for class org.mockito.internal.invocation.InvocationMarker
-
- InvocationMatcher - Class in org.mockito.internal.invocation
-
- InvocationMatcher(Invocation, List<Matcher>) - Constructor for class org.mockito.internal.invocation.InvocationMatcher
-
- InvocationMatcher(Invocation) - Constructor for class org.mockito.internal.invocation.InvocationMatcher
-
- InvocationOnMock - Interface in org.mockito.invocation
-
An invocation on a mock
- InvocationsFinder - Class in org.mockito.internal.invocation
-
- InvocationsFinder() - Constructor for class org.mockito.internal.invocation.InvocationsFinder
-
- invoke(Object, Object[]) - Method in class org.mockito.internal.invocation.realmethod.CGLIBProxyRealMethod
-
- invoke(Object, Object[]) - Method in class org.mockito.internal.invocation.realmethod.FilteredCGLIBProxyRealMethod
-
- invoke(Object, Object[]) - Method in interface org.mockito.internal.invocation.realmethod.RealMethod
-
- invokedMock() - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- invokeSuper(Object, Object[]) - Method in class org.mockito.internal.creation.AbstractMockitoMethodProxy
-
- invokeSuper(Object, Object[]) - Method in interface org.mockito.internal.creation.MockitoMethodProxy
-
- IOngoingStubbing - Interface in org.mockito.internal.progress
-
Marking interface to be removed when DeprecatedOngoingStubbing gets deleted
- isA(Class<T>) - Static method in class org.mockito.Matchers
-
Object argument that implements the given class.
- isAnnotatedBy(Class<? extends Annotation>) - Method in class org.mockito.internal.util.reflection.InstanceField
-
Check if the field is annotated by the given annotation.
- isCompareToMethod(Method) - Method in class org.mockito.internal.util.ObjectMethodsGuru
-
- isDeclaredOnInterface() - Method in class org.mockito.internal.stubbing.answers.MethodInfo
-
- isDefault() - Method in class org.mockito.internal.util.MockNameImpl
-
- isDefault() - Method in interface org.mockito.mock.MockName
-
default name means generated by Mockito.
- isEmpty(T[]) - Method in class org.mockito.internal.util.collections.ArrayUtils
-
- isEmpty() - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- isEmpty() - Method in class org.mockito.internal.verification.RegisteredInvocations
-
- isEqualsMethod(Method) - Method in class org.mockito.internal.util.ObjectMethodsGuru
-
- isHashCodeMethod(Method) - Method in class org.mockito.internal.util.ObjectMethodsGuru
-
- isIgnoredForVerification() - Method in class org.mockito.internal.invocation.InvocationImpl
-
- isIgnoredForVerification() - Method in interface org.mockito.invocation.Invocation
-
Informs if the invocation participates in verify-no-more-invocations or verification in order.
- isJUnit45OrHigherAvailable() - Method in class org.mockito.internal.runners.util.RunnerProvider
-
- isMock() - Method in class org.mockito.internal.util.DefaultMockingDetails
-
Find out whether the object is a mock.
- isMock(Object) - Method in class org.mockito.internal.util.MockUtil
-
- isMock() - Method in interface org.mockito.MockingDetails
-
Informs if the object is a mock.
- isMultiline() - Method in class org.mockito.internal.reporting.PrintSettings
-
- isNotNull() - Static method in class org.mockito.Matchers
-
Not null argument.
- isNotNull(Class<T>) - Static method in class org.mockito.Matchers
-
Not null argument, not necessary of the given class.
- isNull() - Method in class org.mockito.internal.util.reflection.FieldReader
-
- isNull() - Method in class org.mockito.internal.util.reflection.InstanceField
-
Check that the field is not null.
- isNull() - Static method in class org.mockito.Matchers
-
null argument.
- isNull(Class<T>) - Static method in class org.mockito.Matchers
-
null argument.
- isOut(StackTraceElement) - Method in interface org.mockito.exceptions.stacktrace.StackTraceCleaner
-
Decides if element is excluded.
- isOut(StackTraceElement) - Method in class org.mockito.internal.exceptions.stacktrace.DefaultStackTraceCleaner
-
- isOut(T) - Method in interface org.mockito.internal.util.collections.ListUtil.Filter
-
- isPrimitiveOrWrapper(Class<?>) - Static method in class org.mockito.internal.util.Primitives
-
Indicates if the given class is primitive type or a primitive wrapper.
- isSerializable() - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- isSerializable() - Method in class org.mockito.internal.creation.settings.CreationSettings
-
- isSerializable() - Method in interface org.mockito.mock.MockCreationSettings
-
- isSpy() - Method in class org.mockito.internal.util.DefaultMockingDetails
-
Find out whether the object is a spy.
- isSpy(Object) - Method in class org.mockito.internal.util.MockUtil
-
- isSpy() - Method in interface org.mockito.MockingDetails
-
Informs if the object is a spy.
- isToString(Method) - Method in class org.mockito.internal.util.ObjectMethodsGuru
-
- isToString(MockitoMethod) - Method in class org.mockito.internal.util.ObjectMethodsGuru
-
- isTypeMockable(Class<?>) - Method in class org.mockito.internal.util.MockCreationValidator
-
- isValidException(Throwable) - Method in class org.mockito.internal.stubbing.answers.MethodInfo
-
- isValidReturnType(Class) - Method in class org.mockito.internal.stubbing.answers.MethodInfo
-
- isVarArgs() - Method in class org.mockito.internal.creation.DelegatingMethod
-
- isVarArgs() - Method in interface org.mockito.internal.invocation.MockitoMethod
-
- isVarArgs() - Method in class org.mockito.internal.invocation.SerializableMethod
-
- isVerified() - Method in interface org.mockito.internal.exceptions.VerificationAwareInvocation
-
- isVerified(Invocation) - Method in class org.mockito.internal.InOrderImpl
-
- isVerified() - Method in class org.mockito.internal.invocation.InvocationImpl
-
- isVerified(Invocation) - Method in interface org.mockito.internal.verification.api.InOrderContext
-
- isVerified(Invocation) - Method in class org.mockito.internal.verification.InOrderContextImpl
-
- isVerified() - Method in interface org.mockito.invocation.Invocation
-
- isVoid() - Method in class org.mockito.internal.stubbing.answers.MethodInfo
-
- isWarnAboutUnstubbed() - Method in class org.mockito.internal.debugging.LoggingListener
-
- iterator() - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- LAST_ARGUMENT - Static variable in class org.mockito.internal.stubbing.answers.ReturnsArgumentAt
-
- LenientCopyTool - Class in org.mockito.internal.util.reflection
-
- LenientCopyTool() - Constructor for class org.mockito.internal.util.reflection.LenientCopyTool
-
- leq(Comparable<T>) - Static method in class org.mockito.AdditionalMatchers
-
comparable argument less than or equal the given value details.
- leq(byte) - Static method in class org.mockito.AdditionalMatchers
-
byte argument less than or equal to the given value.
- leq(double) - Static method in class org.mockito.AdditionalMatchers
-
double argument less than or equal to the given value.
- leq(float) - Static method in class org.mockito.AdditionalMatchers
-
float argument less than or equal to the given value.
- leq(int) - Static method in class org.mockito.AdditionalMatchers
-
int argument less than or equal to the given value.
- leq(long) - Static method in class org.mockito.AdditionalMatchers
-
long argument less than or equal to the given value.
- leq(short) - Static method in class org.mockito.AdditionalMatchers
-
short argument less than or equal to the given value.
- LessOrEqual<T extends java.lang.Comparable<T>> - Class in org.mockito.internal.matchers
-
- LessOrEqual(Comparable<T>) - Constructor for class org.mockito.internal.matchers.LessOrEqual
-
- LessThan<T extends java.lang.Comparable<T>> - Class in org.mockito.internal.matchers
-
- LessThan(Comparable<T>) - Constructor for class org.mockito.internal.matchers.LessThan
-
- ListUtil - Class in org.mockito.internal.util.collections
-
- ListUtil() - Constructor for class org.mockito.internal.util.collections.ListUtil
-
- ListUtil.Filter<T> - Interface in org.mockito.internal.util.collections
-
- loadConfiguration() - Method in class org.mockito.internal.configuration.ClassPathLoader
-
- Localized<T> - Class in org.mockito.internal.debugging
-
- Localized(T) - Constructor for class org.mockito.internal.debugging.Localized
-
- LocalizedMatcher - Class in org.mockito.internal.matchers
-
- LocalizedMatcher(Matcher) - Constructor for class org.mockito.internal.matchers.LocalizedMatcher
-
- Location - Interface in org.mockito.invocation
-
Describes the location of something in the source code.
- LocationImpl - Class in org.mockito.internal.debugging
-
- LocationImpl() - Constructor for class org.mockito.internal.debugging.LocationImpl
-
- LocationImpl(StackTraceFilter) - Constructor for class org.mockito.internal.debugging.LocationImpl
-
- log(Object) - Method in class org.mockito.internal.util.ConsoleMockitoLogger
-
- log(Object) - Method in interface org.mockito.internal.util.MockitoLogger
-
- log(Object) - Method in class org.mockito.internal.util.SimpleMockitoLogger
-
- LoggingListener - Class in org.mockito.internal.debugging
-
- LoggingListener(boolean, MockitoLogger) - Constructor for class org.mockito.internal.debugging.LoggingListener
-
- longThat(Matcher<Long>) - Static method in class org.mockito.Matchers
-
Allows creating custom Long argument matchers.
- lt(Comparable<T>) - Static method in class org.mockito.AdditionalMatchers
-
comparable argument less than the given value.
- lt(byte) - Static method in class org.mockito.AdditionalMatchers
-
byte argument less than the given value.
- lt(double) - Static method in class org.mockito.AdditionalMatchers
-
double argument less than the given value.
- lt(float) - Static method in class org.mockito.AdditionalMatchers
-
float argument less than the given value.
- lt(int) - Static method in class org.mockito.AdditionalMatchers
-
int argument less than the given value.
- lt(long) - Static method in class org.mockito.AdditionalMatchers
-
long argument less than the given value.
- lt(short) - Static method in class org.mockito.AdditionalMatchers
-
short argument less than the given value.
- markStubbed(StubInfo) - Method in class org.mockito.internal.invocation.InvocationImpl
-
- markStubbed(StubInfo) - Method in interface org.mockito.invocation.Invocation
-
Marks this invocation as stubbed.
- markStubUsed(DescribedInvocation) - Method in class org.mockito.internal.stubbing.StubbedInvocationMatcher
-
- markVerified(Invocation) - Method in class org.mockito.internal.InOrderImpl
-
- markVerified() - Method in class org.mockito.internal.invocation.InvocationImpl
-
- markVerified(List<Invocation>, CapturesArgumensFromInvocation) - Method in class org.mockito.internal.invocation.InvocationMarker
-
- markVerified(Invocation, CapturesArgumensFromInvocation) - Method in class org.mockito.internal.invocation.InvocationMarker
-
- markVerified(Invocation) - Method in interface org.mockito.internal.verification.api.InOrderContext
-
- markVerified(Invocation) - Method in class org.mockito.internal.verification.InOrderContextImpl
-
- markVerified() - Method in interface org.mockito.invocation.Invocation
-
- markVerifiedInOrder(List<Invocation>, CapturesArgumensFromInvocation, InOrderContext) - Method in class org.mockito.internal.invocation.InvocationMarker
-
- MatcherDecorator - Interface in org.mockito.internal.matchers
-
- Matchers - Class in org.mockito
-
Allow flexible verification or stubbing.
- Matchers() - Constructor for class org.mockito.Matchers
-
- MatchersBinder - Class in org.mockito.internal.invocation
-
- MatchersBinder() - Constructor for class org.mockito.internal.invocation.MatchersBinder
-
- MatchersPrinter - Class in org.mockito.internal.matchers
-
- MatchersPrinter() - Constructor for class org.mockito.internal.matchers.MatchersPrinter
-
- matches(Object) - Method in class org.mockito.ArgumentMatcher
-
Returns whether this matcher accepts the given argument.
- matches(Invocation) - Method in class org.mockito.internal.invocation.InvocationMatcher
-
- matches(Object) - Method in class org.mockito.internal.matchers.And
-
- matches(Object) - Method in class org.mockito.internal.matchers.Any
-
- matches(Object) - Method in class org.mockito.internal.matchers.AnyVararg
-
- matches(Object) - Method in class org.mockito.internal.matchers.apachecommons.ReflectionEquals
-
- matches(Object) - Method in class org.mockito.internal.matchers.ArrayEquals
-
- matches(Object) - Method in class org.mockito.internal.matchers.CapturingMatcher
-
- matches(Object) - Method in class org.mockito.internal.matchers.CompareTo
-
- matches(Object) - Method in class org.mockito.internal.matchers.Contains
-
- matches(Object) - Method in class org.mockito.internal.matchers.EndsWith
-
- matches(Object) - Method in class org.mockito.internal.matchers.Equals
-
- matches(Object) - Method in class org.mockito.internal.matchers.EqualsWithDelta
-
- matches(Object) - Method in class org.mockito.internal.matchers.Find
-
- matches(Object) - Method in class org.mockito.internal.matchers.InstanceOf
-
- matches(Object) - Method in class org.mockito.internal.matchers.LocalizedMatcher
-
- Matches - Class in org.mockito.internal.matchers
-
- Matches(String) - Constructor for class org.mockito.internal.matchers.Matches
-
- matches(Object) - Method in class org.mockito.internal.matchers.Matches
-
- matches(Object) - Method in class org.mockito.internal.matchers.Not
-
- matches(Object) - Method in class org.mockito.internal.matchers.NotNull
-
- matches(Object) - Method in class org.mockito.internal.matchers.Null
-
- matches(Object) - Method in class org.mockito.internal.matchers.Or
-
- matches(Object) - Method in class org.mockito.internal.matchers.Same
-
- matches(Object) - Method in class org.mockito.internal.matchers.StartsWith
-
- matches(String) - Static method in class org.mockito.Matchers
-
String argument that matches the given regular expression.
- matchResult(int) - Method in class org.mockito.internal.matchers.CompareEqual
-
- matchResult(int) - Method in class org.mockito.internal.matchers.CompareTo
-
- matchResult(int) - Method in class org.mockito.internal.matchers.GreaterOrEqual
-
- matchResult(int) - Method in class org.mockito.internal.matchers.GreaterThan
-
- matchResult(int) - Method in class org.mockito.internal.matchers.LessOrEqual
-
- matchResult(int) - Method in class org.mockito.internal.matchers.LessThan
-
- MAX_LINE_LENGTH - Static variable in class org.mockito.internal.reporting.PrintSettings
-
- maybeRedefineMockName(Object, String) - Method in class org.mockito.internal.util.MockUtil
-
- MethodInfo - Class in org.mockito.internal.stubbing.answers
-
by Szczepan Faber, created at: 3/31/12
- MethodInfo(Invocation) - Constructor for class org.mockito.internal.stubbing.answers.MethodInfo
-
- MethodInterceptorFilter - Class in org.mockito.internal.creation
-
- MethodInterceptorFilter(InternalMockHandler, MockCreationSettings) - Constructor for class org.mockito.internal.creation.MethodInterceptorFilter
-
- MethodInvocationReport - Interface in org.mockito.listeners
-
Represent a method call on a mock.
- misplacedArgumentMatcher(List<LocalizedMatcher>) - Method in class org.mockito.exceptions.Reporter
-
- MissingInvocationChecker - Class in org.mockito.internal.verification.checkers
-
- MissingInvocationChecker() - Constructor for class org.mockito.internal.verification.checkers.MissingInvocationChecker
-
- MissingInvocationInOrderChecker - Class in org.mockito.internal.verification.checkers
-
- MissingInvocationInOrderChecker() - Constructor for class org.mockito.internal.verification.checkers.MissingInvocationInOrderChecker
-
- missingMethodInvocation() - Method in class org.mockito.exceptions.Reporter
-
- MissingMethodInvocationException - Exception in org.mockito.exceptions.misusing
-
- MissingMethodInvocationException(String) - Constructor for exception org.mockito.exceptions.misusing.MissingMethodInvocationException
-
- mock(Class<T>, MockSettings) - Method in class org.mockito.internal.MockitoCore
-
- Mock - Annotation Type in org.mockito
-
Mark a field as a mock.
- mock(Class<T>) - Static method in class org.mockito.Mockito
-
Creates mock object of given class or interface.
- mock(Class<T>, String) - Static method in class org.mockito.Mockito
-
Specifies mock name.
- mock(Class<T>, ReturnValues) - Static method in class org.mockito.Mockito
-
- mock(Class<T>, Answer) - Static method in class org.mockito.Mockito
-
Creates mock with a specified strategy for its answers to interactions.
- mock(Class<T>, MockSettings) - Static method in class org.mockito.Mockito
-
Creates a mock with some non-standard settings.
- MockAnnotationProcessor - Class in org.mockito.internal.configuration
-
Instantiates a mock on a field annotated by
Mock
- MockAnnotationProcessor() - Constructor for class org.mockito.internal.configuration.MockAnnotationProcessor
-
- MockAwareVerificationMode - Class in org.mockito.internal.verification
-
- MockAwareVerificationMode(Object, VerificationMode) - Constructor for class org.mockito.internal.verification.MockAwareVerificationMode
-
- MockCandidateFilter - Interface in org.mockito.internal.configuration.injection.filter
-
- MockCreationSettings<T> - Interface in org.mockito.mock
-
Informs about the mock settings.
- MockCreationValidator - Class in org.mockito.internal.util
-
- MockCreationValidator() - Constructor for class org.mockito.internal.util.MockCreationValidator
-
- mockedTypeIsInconsistentWithDelegatedInstanceType(Class, Object) - Method in class org.mockito.exceptions.Reporter
-
- mockedTypeIsInconsistentWithSpiedInstanceType(Class<?>, Object) - Method in class org.mockito.exceptions.Reporter
-
- MockHandler - Interface in org.mockito.invocation
-
Mockito handler of an invocation on a mock.
- MockHandlerFactory - Class in org.mockito.internal.handler
-
by Szczepan Faber, created at: 5/21/12
- MockHandlerFactory() - Constructor for class org.mockito.internal.handler.MockHandlerFactory
-
- mockingDetails(Object) - Method in class org.mockito.internal.MockitoCore
-
- MockingDetails - Interface in org.mockito
-
Provides mocking information.
- mockingDetails(Object) - Static method in class org.mockito.Mockito
-
Returns a MockingDetails instance that enables inspecting a particular object for Mockito related information.
- MockingProgress - Interface in org.mockito.internal.progress
-
- MockingProgressImpl - Class in org.mockito.internal.progress
-
- MockingProgressImpl() - Constructor for class org.mockito.internal.progress.MockingProgressImpl
-
- MockingProgressListener - Interface in org.mockito.internal.listeners
-
- mockingStarted(Object, Class) - Method in class org.mockito.internal.listeners.CollectCreatedMocks
-
- mockingStarted(Object, Class) - Method in interface org.mockito.internal.listeners.MockingStartedListener
-
- mockingStarted(Object, Class) - Method in interface org.mockito.internal.progress.MockingProgress
-
- mockingStarted(Object, Class) - Method in class org.mockito.internal.progress.MockingProgressImpl
-
- mockingStarted(Object, Class) - Method in class org.mockito.internal.progress.ThreadSafeMockingProgress
-
- MockingStartedListener - Interface in org.mockito.internal.listeners
-
- MockInjection - Class in org.mockito.internal.configuration.injection
-
Internal injection configuration utility.
- MockInjection() - Constructor for class org.mockito.internal.configuration.injection.MockInjection
-
- MockInjection.OngoingMockInjection - Class in org.mockito.internal.configuration.injection
-
Ongoing configuration of the mock injector.
- MockInjectionStrategy - Class in org.mockito.internal.configuration.injection
-
Injector strategy contract
- MockInjectionStrategy() - Constructor for class org.mockito.internal.configuration.injection.MockInjectionStrategy
-
- Mockito - Class in org.mockito
-
- Mockito() - Constructor for class org.mockito.Mockito
-
- MOCKITO_CONFIGURATION_CLASS_NAME - Static variable in class org.mockito.internal.configuration.ClassPathLoader
-
- MockitoAnnotations - Class in org.mockito
-
MockitoAnnotations.initMocks(this); initializes fields annotated with Mockito annotations.
- MockitoAnnotations() - Constructor for class org.mockito.MockitoAnnotations
-
- MockitoAnnotations.Mock - Annotation Type in org.mockito
-
Deprecated.
- MockitoAnnotationsMockAnnotationProcessor - Class in org.mockito.internal.configuration
-
- MockitoAnnotationsMockAnnotationProcessor() - Constructor for class org.mockito.internal.configuration.MockitoAnnotationsMockAnnotationProcessor
-
- MockitoAssertionError - Error in org.mockito.exceptions.base
-
- MockitoAssertionError(String) - Constructor for error org.mockito.exceptions.base.MockitoAssertionError
-
- MockitoConfigurationException - Exception in org.mockito.exceptions.misusing
-
- MockitoConfigurationException(String) - Constructor for exception org.mockito.exceptions.misusing.MockitoConfigurationException
-
- MockitoConfigurationException(String, Exception) - Constructor for exception org.mockito.exceptions.misusing.MockitoConfigurationException
-
- MockitoCore - Class in org.mockito.internal
-
- MockitoCore() - Constructor for class org.mockito.internal.MockitoCore
-
- MockitoDebugger - Interface in org.mockito
-
- MockitoDebuggerImpl - Class in org.mockito.internal.debugging
-
- MockitoDebuggerImpl() - Constructor for class org.mockito.internal.debugging.MockitoDebuggerImpl
-
- MockitoException - Exception in org.mockito.exceptions.base
-
- MockitoException(String, Throwable) - Constructor for exception org.mockito.exceptions.base.MockitoException
-
- MockitoException(String) - Constructor for exception org.mockito.exceptions.base.MockitoException
-
- MockitoJUnit44Runner - Class in org.mockito.runners
-
Deprecated.
- MockitoJUnit44Runner(Class<?>) - Constructor for class org.mockito.runners.MockitoJUnit44Runner
-
Deprecated.
- MockitoJUnitRunner - Class in org.mockito.runners
-
- MockitoJUnitRunner(Class<?>) - Constructor for class org.mockito.runners.MockitoJUnitRunner
-
- MockitoLogger - Interface in org.mockito.internal.util
-
- MockitoMethod - Interface in org.mockito.internal.invocation
-
- MockitoMethodProxy - Interface in org.mockito.internal.creation
-
- MockitoNamingPolicy - Class in org.mockito.internal.creation.cglib
-
- MockitoNamingPolicy() - Constructor for class org.mockito.internal.creation.cglib.MockitoNamingPolicy
-
- MockitoSpy - Interface in org.mockito.internal.util
-
Mark internally a MockitoSpy.
- MockMaker - Interface in org.mockito.plugins
-
The facility to create mocks.
- mockName - Variable in class org.mockito.internal.creation.settings.CreationSettings
-
- MockName - Interface in org.mockito.mock
-
Represents the name of the mock as shown in the verification failure reports, etc.
- MockNameImpl - Class in org.mockito.internal.util
-
- MockNameImpl(String, Class) - Constructor for class org.mockito.internal.util.MockNameImpl
-
- MockNameImpl(String) - Constructor for class org.mockito.internal.util.MockNameImpl
-
- MockScanner - Class in org.mockito.internal.configuration.injection.scanner
-
Scan mocks, and prepare them if needed.
- MockScanner(Object, Class<?>) - Constructor for class org.mockito.internal.configuration.injection.scanner.MockScanner
-
Creates a MockScanner.
- MockSettings - Interface in org.mockito
-
Allows mock creation with additional mock settings.
- MockSettingsImpl<T> - Class in org.mockito.internal.creation
-
- MockSettingsImpl() - Constructor for class org.mockito.internal.creation.MockSettingsImpl
-
- mocksHaveToBePassedToVerifyNoMoreInteractions() - Method in class org.mockito.exceptions.Reporter
-
- mocksHaveToBePassedWhenCreatingInOrder() - Method in class org.mockito.exceptions.Reporter
-
- MockUtil - Class in org.mockito.internal.util
-
- MockUtil() - Constructor for class org.mockito.internal.util.MockUtil
-
- moreThanOneAnnotationNotAllowed(String) - Method in class org.mockito.exceptions.Reporter
-
- ObjectMethodsGuru - Class in org.mockito.internal.util
-
- ObjectMethodsGuru() - Constructor for class org.mockito.internal.util.ObjectMethodsGuru
-
- of(Object) - Static method in class org.mockito.internal.util.collections.HashCodeAndEqualsMockWrapper
-
- of(Object...) - Static method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- of(Iterable<Object>) - Static method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- of(String) - Method in class org.mockito.internal.util.RemoveFirstLine
-
- on() - Method in class org.mockito.internal.stubbing.VoidMethodStubbableImpl
-
- on() - Method in interface org.mockito.stubbing.VoidMethodStubbable
-
Choose void method for stubbing.
- ONE_SUB_MATCHER - Static variable in class org.mockito.internal.progress.ArgumentMatcherStorageImpl
-
- onField(Field, Object) - Static method in class org.mockito.internal.configuration.injection.MockInjection
-
Create a new configuration setup for a field
- onFields(Set<Field>, Object) - Static method in class org.mockito.internal.configuration.injection.MockInjection
-
Create a new configuration setup for fields
- OngoingInjecter - Interface in org.mockito.internal.configuration.injection.filter
-
Allow the ongoing injection of a mock candidate.
- OngoingStubbing<T> - Interface in org.mockito.stubbing
-
Simply put: "When the x method is called then return y".
- OngoingStubbingImpl<T> - Class in org.mockito.internal.stubbing
-
- OngoingStubbingImpl(InvocationContainerImpl) - Constructor for class org.mockito.internal.stubbing.OngoingStubbingImpl
-
- Only - Class in org.mockito.internal.verification
-
- Only() - Constructor for class org.mockito.internal.verification.Only
-
- only() - Static method in class org.mockito.internal.verification.VerificationModeFactory
-
- only() - Static method in class org.mockito.Mockito
-
Allows checking if given method was the only one invoked.
- only() - Method in class org.mockito.verification.Timeout
-
- only() - Method in interface org.mockito.verification.VerificationWithTimeout
-
Allows checking if given method was the only one invoked.
- onlyVoidMethodsCanBeSetToDoNothing() - Method in class org.mockito.exceptions.Reporter
-
- or(boolean, boolean) - Static method in class org.mockito.AdditionalMatchers
-
boolean argument that matches any of the given argument matchers.
- or(T, T) - Static method in class org.mockito.AdditionalMatchers
-
Object argument that matches any of the given argument matchers.
- or(short, short) - Static method in class org.mockito.AdditionalMatchers
-
short argument that matches any of the given argument matchers.
- or(long, long) - Static method in class org.mockito.AdditionalMatchers
-
long argument that matches any of the given argument matchers.
- or(int, int) - Static method in class org.mockito.AdditionalMatchers
-
int argument that matches any of the given argument matchers.
- or(float, float) - Static method in class org.mockito.AdditionalMatchers
-
float argument that matches any of the given argument matchers.
- or(double, double) - Static method in class org.mockito.AdditionalMatchers
-
double argument that matches any of the given argument matchers.
- or(char, char) - Static method in class org.mockito.AdditionalMatchers
-
char argument that matches any of the given argument matchers.
- or(byte, byte) - Static method in class org.mockito.AdditionalMatchers
-
byte argument that matches any of the given argument matchers.
- Or - Class in org.mockito.internal.matchers
-
- Or(List<Matcher>) - Constructor for class org.mockito.internal.matchers.Or
-
- org.mockito - package org.mockito
-
Mockito is a mock library for java - see Mockito class for for usage.
- org.mockito.configuration - package org.mockito.configuration
-
Mockito configuration utilities
- org.mockito.exceptions - package org.mockito.exceptions
-
Exception messages, exception hierarchies.
- org.mockito.exceptions.base - package org.mockito.exceptions.base
-
Base classes for exceptions and errors, stack trace filtering/removing logic.
- org.mockito.exceptions.misusing - package org.mockito.exceptions.misusing
-
Exceptions thrown when Mockito is misused.
- org.mockito.exceptions.stacktrace - package org.mockito.exceptions.stacktrace
-
Stack trace filtering / cleaning public APIs.
- org.mockito.exceptions.verification - package org.mockito.exceptions.verification
-
Verification errors.
- org.mockito.exceptions.verification.junit - package org.mockito.exceptions.verification.junit
-
JUnit integration to provide better support for junit runners in IDEs.
- org.mockito.internal - package org.mockito.internal
-
Internal classes, not to be used by clients.
- org.mockito.internal.configuration - package org.mockito.internal.configuration
-
Mockito configuration
- org.mockito.internal.configuration.injection - package org.mockito.internal.configuration.injection
-
- org.mockito.internal.configuration.injection.filter - package org.mockito.internal.configuration.injection.filter
-
- org.mockito.internal.configuration.injection.scanner - package org.mockito.internal.configuration.injection.scanner
-
- org.mockito.internal.creation - package org.mockito.internal.creation
-
Mock object creation.
- org.mockito.internal.creation.cglib - package org.mockito.internal.creation.cglib
-
CGLIB related stuff
- org.mockito.internal.creation.jmock - package org.mockito.internal.creation.jmock
-
Borrowed from jmock codebase
- org.mockito.internal.creation.settings - package org.mockito.internal.creation.settings
-
- org.mockito.internal.debugging - package org.mockito.internal.debugging
-
Whatever helps in debugging failed tests
- org.mockito.internal.exceptions - package org.mockito.internal.exceptions
-
- org.mockito.internal.exceptions.stacktrace - package org.mockito.internal.exceptions.stacktrace
-
Stack trace filtering / cleaning internal APIs.
- org.mockito.internal.exceptions.util - package org.mockito.internal.exceptions.util
-
- org.mockito.internal.handler - package org.mockito.internal.handler
-
- org.mockito.internal.invocation - package org.mockito.internal.invocation
-
Invocation and related classes.
- org.mockito.internal.invocation.finder - package org.mockito.internal.invocation.finder
-
- org.mockito.internal.invocation.realmethod - package org.mockito.internal.invocation.realmethod
-
implementations of real method calls
- org.mockito.internal.junit - package org.mockito.internal.junit
-
- org.mockito.internal.listeners - package org.mockito.internal.listeners
-
- org.mockito.internal.matchers - package org.mockito.internal.matchers
-
Argument matchers for verification and stubbing.
- org.mockito.internal.matchers.apachecommons - package org.mockito.internal.matchers.apachecommons
-
Argument matchers that use Apache Commons Lang reflection-equality.
- org.mockito.internal.progress - package org.mockito.internal.progress
-
Mocking progress stateful classes.
- org.mockito.internal.reporting - package org.mockito.internal.reporting
-
Deals with nicely printing verification errors
- org.mockito.internal.runners - package org.mockito.internal.runners
-
Internal classes for runners implementations
- org.mockito.internal.runners.util - package org.mockito.internal.runners.util
-
Internal utils for runner implementations
- org.mockito.internal.stubbing - package org.mockito.internal.stubbing
-
Stubbing logic.
- org.mockito.internal.stubbing.answers - package org.mockito.internal.stubbing.answers
-
Answers for stubbed calls
- org.mockito.internal.stubbing.defaultanswers - package org.mockito.internal.stubbing.defaultanswers
-
Implementations of ReturnValues
- org.mockito.internal.util - package org.mockito.internal.util
-
Static utils
- org.mockito.internal.util.collections - package org.mockito.internal.util.collections
-
- org.mockito.internal.util.junit - package org.mockito.internal.util.junit
-
- org.mockito.internal.util.reflection - package org.mockito.internal.util.reflection
-
reflection utilities
- org.mockito.internal.verification - package org.mockito.internal.verification
-
Verification logic.
- org.mockito.internal.verification.api - package org.mockito.internal.verification.api
-
This package should be open to public once verification API is fully finished
- org.mockito.internal.verification.argumentmatching - package org.mockito.internal.verification.argumentmatching
-
Deals with matching arguments
- org.mockito.internal.verification.checkers - package org.mockito.internal.verification.checkers
-
verification checkers
- org.mockito.invocation - package org.mockito.invocation
-
Public API related to invocation
- org.mockito.listeners - package org.mockito.listeners
-
Public classes relative to the call listener.
- org.mockito.mock - package org.mockito.mock
-
- org.mockito.plugins - package org.mockito.plugins
-
- org.mockito.runners - package org.mockito.runners
-
JUnit runners.
- org.mockito.stubbing - package org.mockito.stubbing
-
External stubbing related classes
- org.mockito.stubbing.answers - package org.mockito.stubbing.answers
-
- org.mockito.verification - package org.mockito.verification
-
- read() - Method in class org.mockito.internal.util.reflection.FieldReader
-
- read() - Method in class org.mockito.internal.util.reflection.InstanceField
-
Safely read the field.
- RealMethod - Interface in org.mockito.internal.invocation.realmethod
-
- refEq(T, String...) - Static method in class org.mockito.Matchers
-
Object argument that is reflection-equal to the given value with support for excluding
selected fields from a class.
- ReflectionEquals - Class in org.mockito.internal.matchers.apachecommons
-
- ReflectionEquals(Object, String...) - Constructor for class org.mockito.internal.matchers.apachecommons.ReflectionEquals
-
- RegisteredInvocations - Class in org.mockito.internal.verification
-
- RegisteredInvocations() - Constructor for class org.mockito.internal.verification.RegisteredInvocations
-
- remove(Object) - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- removeAll(Collection<?>) - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- RemoveFirstLine - Class in org.mockito.internal.util
-
- RemoveFirstLine() - Constructor for class org.mockito.internal.util.RemoveFirstLine
-
- removeLast() - Method in class org.mockito.internal.verification.RegisteredInvocations
-
- reportAnd() - Method in interface org.mockito.internal.progress.ArgumentMatcherStorage
-
- reportAnd() - Method in class org.mockito.internal.progress.ArgumentMatcherStorageImpl
-
- Reporter - Class in org.mockito.exceptions
-
Reports verification and misusing errors.
- Reporter() - Constructor for class org.mockito.exceptions.Reporter
-
- reportInvocation(MethodInvocationReport) - Method in class org.mockito.internal.debugging.VerboseMockInvocationLogger
-
- reportInvocation(MethodInvocationReport) - Method in interface org.mockito.listeners.InvocationListener
-
Called after the invocation of the listener's mock if it returned normally.
- reportMatcher(Matcher) - Method in interface org.mockito.internal.progress.ArgumentMatcherStorage
-
- reportMatcher(Matcher) - Method in class org.mockito.internal.progress.ArgumentMatcherStorageImpl
-
- reportNoSubMatchersFound(String) - Method in class org.mockito.exceptions.Reporter
-
- reportNot() - Method in interface org.mockito.internal.progress.ArgumentMatcherStorage
-
- reportNot() - Method in class org.mockito.internal.progress.ArgumentMatcherStorageImpl
-
- reportOngoingStubbing(IOngoingStubbing) - Method in interface org.mockito.internal.progress.MockingProgress
-
- reportOngoingStubbing(IOngoingStubbing) - Method in class org.mockito.internal.progress.MockingProgressImpl
-
- reportOngoingStubbing(IOngoingStubbing) - Method in class org.mockito.internal.progress.ThreadSafeMockingProgress
-
- reportOr() - Method in interface org.mockito.internal.progress.ArgumentMatcherStorage
-
- reportOr() - Method in class org.mockito.internal.progress.ArgumentMatcherStorageImpl
-
- reset(T...) - Method in class org.mockito.internal.MockitoCore
-
- reset() - Method in interface org.mockito.internal.progress.ArgumentMatcherStorage
-
- reset() - Method in class org.mockito.internal.progress.ArgumentMatcherStorageImpl
-
- reset() - Method in interface org.mockito.internal.progress.MockingProgress
-
- reset() - Method in class org.mockito.internal.progress.MockingProgressImpl
-
- reset() - Method in class org.mockito.internal.progress.ThreadSafeMockingProgress
-
- reset(T...) - Static method in class org.mockito.Mockito
-
Smart Mockito users hardly use this feature because they know it could be a sign of poor tests.
- resetInvocationForPotentialStubbing(InvocationMatcher) - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- resetMock(Object, MockHandler, MockCreationSettings) - Method in class org.mockito.internal.creation.CglibMockMaker
-
- resetMock(T) - Method in class org.mockito.internal.util.MockUtil
-
- resetMock(Object, MockHandler, MockCreationSettings) - Method in interface org.mockito.plugins.MockMaker
-
Replaces the existing handler on mock with newHandler.
- resetOngoingStubbing() - Method in interface org.mockito.internal.progress.MockingProgress
-
Removes ongoing stubbing so that in case the framework is misused
state validation errors are more accurate
- resetOngoingStubbing() - Method in class org.mockito.internal.progress.MockingProgressImpl
-
- resetOngoingStubbing() - Method in class org.mockito.internal.progress.ThreadSafeMockingProgress
-
- resolveTypeInstances(Class<?>...) - Method in interface org.mockito.internal.util.reflection.FieldInitializer.ConstructorArgumentResolver
-
Try to resolve instances from types.
- retainAll(Collection<?>) - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- returnChar() - Method in class org.mockito.internal.progress.HandyReturnValues
-
- returnedTypeOnSignature(InvocationOnMock) - Method in class org.mockito.internal.stubbing.answers.ReturnsArgumentAt
-
- returnFalse() - Method in class org.mockito.internal.progress.HandyReturnValues
-
- returnFor(Class<T>) - Method in class org.mockito.internal.progress.HandyReturnValues
-
- returnFor(T) - Method in class org.mockito.internal.progress.HandyReturnValues
-
- returnList() - Method in class org.mockito.internal.progress.HandyReturnValues
-
- returnMap() - Method in class org.mockito.internal.progress.HandyReturnValues
-
- returnNull() - Method in class org.mockito.internal.progress.HandyReturnValues
-
- Returns - Class in org.mockito.internal.stubbing.answers
-
- Returns(Object) - Constructor for class org.mockito.internal.stubbing.answers.Returns
-
- RETURNS_DEEP_STUBS - Static variable in class org.mockito.Mockito
-
- RETURNS_DEFAULTS - Static variable in class org.mockito.Mockito
-
The default Answer of every mock if the mock was not stubbed.
- RETURNS_MOCKS - Static variable in class org.mockito.Mockito
-
- RETURNS_SMART_NULLS - Static variable in class org.mockito.Mockito
-
- returnsArgAt(int) - Static method in class org.mockito.AdditionalAnswers
-
Returns the parameter of an invocation at the given position.
- ReturnsArgumentAt - Class in org.mockito.internal.stubbing.answers
-
Returns the passed parameter identity at specified index.
- ReturnsArgumentAt(int) - Constructor for class org.mockito.internal.stubbing.answers.ReturnsArgumentAt
-
Build the identity answer to return the argument at the given position in the argument array.
- ReturnsDeepStubs - Class in org.mockito.internal.stubbing.defaultanswers
-
Returning deep stub implementation.
- ReturnsDeepStubs() - Constructor for class org.mockito.internal.stubbing.defaultanswers.ReturnsDeepStubs
-
- returnsElementsOf(Collection<?>) - Static method in class org.mockito.AdditionalAnswers
-
Returns elements of the collection.
- ReturnsElementsOf - Class in org.mockito.internal.stubbing.answers
-
Returns elements of the collection.
- ReturnsElementsOf(Collection<?>) - Constructor for class org.mockito.internal.stubbing.answers.ReturnsElementsOf
-
- ReturnsElementsOf - Class in org.mockito.stubbing.answers
-
- ReturnsElementsOf(Collection<?>) - Constructor for class org.mockito.stubbing.answers.ReturnsElementsOf
-
Deprecated.
- ReturnsEmptyValues - Class in org.mockito.internal.stubbing.defaultanswers
-
Default answer of every Mockito mock.
- ReturnsEmptyValues() - Constructor for class org.mockito.internal.stubbing.defaultanswers.ReturnsEmptyValues
-
- returnSet() - Method in class org.mockito.internal.progress.HandyReturnValues
-
- returnsFirstArg() - Static method in class org.mockito.AdditionalAnswers
-
Returns the first parameter of an invocation.
- returnsLastArg() - Static method in class org.mockito.AdditionalAnswers
-
Returns the last parameter of an invocation.
- ReturnsMocks - Class in org.mockito.internal.stubbing.defaultanswers
-
- ReturnsMocks() - Constructor for class org.mockito.internal.stubbing.defaultanswers.ReturnsMocks
-
- ReturnsMoreEmptyValues - Class in org.mockito.internal.stubbing.defaultanswers
-
It's likely this implementation will be used by default by every Mockito 2.0 mock.
- ReturnsMoreEmptyValues() - Constructor for class org.mockito.internal.stubbing.defaultanswers.ReturnsMoreEmptyValues
-
- returnsNull() - Method in class org.mockito.internal.stubbing.answers.Returns
-
- returnsPrimitive() - Method in class org.mockito.internal.stubbing.answers.MethodInfo
-
- returnsSecondArg() - Static method in class org.mockito.AdditionalAnswers
-
Returns the second parameter of an invocation.
- ReturnsSmartNulls - Class in org.mockito.internal.stubbing.defaultanswers
-
- ReturnsSmartNulls() - Constructor for class org.mockito.internal.stubbing.defaultanswers.ReturnsSmartNulls
-
- returnString() - Method in class org.mockito.internal.progress.HandyReturnValues
-
- ReturnValues - Interface in org.mockito
-
- returnZero() - Method in class org.mockito.internal.progress.HandyReturnValues
-
- run(RunNotifier) - Method in class org.mockito.internal.runners.JUnit44RunnerImpl
-
- run(RunNotifier) - Method in class org.mockito.internal.runners.JUnit45AndHigherRunnerImpl
-
- run(RunNotifier) - Method in interface org.mockito.internal.runners.RunnerImpl
-
- run(RunNotifier) - Method in class org.mockito.runners.ConsoleSpammingMockitoJUnitRunner
-
- run(RunNotifier) - Method in class org.mockito.runners.MockitoJUnitRunner
-
- run(RunNotifier) - Method in class org.mockito.runners.VerboseMockitoJUnitRunner
-
- RunnerFactory - Class in org.mockito.internal.runners
-
- RunnerFactory() - Constructor for class org.mockito.internal.runners.RunnerFactory
-
- RunnerImpl - Interface in org.mockito.internal.runners
-
I'm using this surrogate interface to hide internal Runner implementations.
- RunnerProvider - Class in org.mockito.internal.runners.util
-
- RunnerProvider() - Constructor for class org.mockito.internal.runners.util.RunnerProvider
-
- safelyDisableAccess(AccessibleObject) - Method in class org.mockito.internal.util.reflection.AccessibilityChanger
-
safely disables access
- Same - Class in org.mockito.internal.matchers
-
- Same(Object) - Constructor for class org.mockito.internal.matchers.Same
-
- same(T) - Static method in class org.mockito.Matchers
-
Object argument that is the same as the given value.
- ScenarioPrinter - Class in org.mockito.internal.exceptions.util
-
- ScenarioPrinter() - Constructor for class org.mockito.internal.exceptions.util.ScenarioPrinter
-
- SearchingClassLoader - Class in org.mockito.internal.creation.jmock
-
Thanks to jMock guys for this ClassLoader.
- SearchingClassLoader(ClassLoader, ClassLoader) - Constructor for class org.mockito.internal.creation.jmock.SearchingClassLoader
-
- SequenceNumber - Class in org.mockito.internal.progress
-
- SequenceNumber() - Constructor for class org.mockito.internal.progress.SequenceNumber
-
- serializable() - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- serializable - Variable in class org.mockito.internal.creation.settings.CreationSettings
-
- serializable() - Method in interface org.mockito.MockSettings
-
Configures the mock to be serializable.
- SERIALIZABLE_INSTANCE - Static variable in class org.mockito.internal.creation.jmock.SerializableNoOp
-
- SerializableMethod - Class in org.mockito.internal.invocation
-
- SerializableMethod(Method) - Constructor for class org.mockito.internal.invocation.SerializableMethod
-
- SerializableMockitoMethodProxy - Class in org.mockito.internal.creation
-
- SerializableMockitoMethodProxy(MethodProxy) - Constructor for class org.mockito.internal.creation.SerializableMockitoMethodProxy
-
- SerializableNoOp - Class in org.mockito.internal.creation.jmock
-
- SerializableNoOp() - Constructor for class org.mockito.internal.creation.jmock.SerializableNoOp
-
- set(Object) - Method in class org.mockito.internal.util.reflection.BeanPropertySetter
-
- set(Object) - Method in class org.mockito.internal.util.reflection.FieldSetter
-
- set(Object) - Method in class org.mockito.internal.util.reflection.InstanceField
-
Set the given value to the field of this instance.
- setAnswersForStubbing(List<Answer>) - Method in interface org.mockito.internal.InternalMockHandler
-
- setAnswersForStubbing(List<Answer>) - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- setExtraInterfaces(Set<Class>) - Method in class org.mockito.internal.creation.settings.CreationSettings
-
- setInternalState(Object, String, Object) - Static method in class org.mockito.internal.util.reflection.Whitebox
-
- setInvocationForPotentialStubbing(InvocationMatcher) - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- setListener(MockingProgressListener) - Method in interface org.mockito.internal.progress.MockingProgress
-
- setListener(MockingProgressListener) - Method in class org.mockito.internal.progress.MockingProgressImpl
-
- setListener(MockingProgressListener) - Method in class org.mockito.internal.progress.ThreadSafeMockingProgress
-
- setMatchersToBeDescribedWithExtraTypeInfo(Integer[]) - Method in class org.mockito.internal.reporting.PrintSettings
-
- setMethodForStubbing(InvocationMatcher) - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- setMockitoNamingPolicy(MockitoMethodProxy) - Method in class org.mockito.internal.creation.cglib.CGLIBHacker
-
- setMockName(MockName) - Method in class org.mockito.internal.creation.settings.CreationSettings
-
- setMultiline(boolean) - Method in class org.mockito.internal.reporting.PrintSettings
-
- Sets - Class in org.mockito.internal.util.collections
-
- Sets() - Constructor for class org.mockito.internal.util.collections.Sets
-
- setTypeToMock(Class<T>) - Method in class org.mockito.internal.creation.settings.CreationSettings
-
- shortThat(Matcher<Short>) - Static method in class org.mockito.Matchers
-
Allows creating custom Short argument matchers.
- SimpleMockitoLogger - Class in org.mockito.internal.util
-
- SimpleMockitoLogger() - Constructor for class org.mockito.internal.util.SimpleMockitoLogger
-
- size() - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- smartNullPointerException(String, Location) - Method in class org.mockito.exceptions.Reporter
-
- SmartNullPointerException - Exception in org.mockito.exceptions.verification
-
- SmartNullPointerException(String) - Constructor for exception org.mockito.exceptions.verification.SmartNullPointerException
-
- SmartPrinter - Class in org.mockito.internal.reporting
-
Makes sure both wanted and actual are printed consistently (single line or multiline)
- SmartPrinter(InvocationMatcher, Invocation, Integer...) - Constructor for class org.mockito.internal.reporting.SmartPrinter
-
- spiedInstance(Object) - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- spiedInstance - Variable in class org.mockito.internal.creation.settings.CreationSettings
-
- spiedInstance(Object) - Method in interface org.mockito.MockSettings
-
Specifies the instance to spy on.
- spy(T) - Static method in class org.mockito.Mockito
-
Creates a spy of the real object.
- Spy - Annotation Type in org.mockito
-
Allows shorthand wrapping of field instances in an spy object.
- spyAndDelegateAreMutuallyExclusive() - Method in class org.mockito.exceptions.Reporter
-
- SpyAnnotationEngine - Class in org.mockito.internal.configuration
-
Process fields annotated with @Spy.
- SpyAnnotationEngine() - Constructor for class org.mockito.internal.configuration.SpyAnnotationEngine
-
- SpyOnInjectedFieldsHandler - Class in org.mockito.internal.configuration.injection
-
Handler for field annotated with @InjectMocks and @Spy.
- SpyOnInjectedFieldsHandler() - Constructor for class org.mockito.internal.configuration.injection.SpyOnInjectedFieldsHandler
-
- StackTraceCleaner - Interface in org.mockito.exceptions.stacktrace
-
Decides if particular StackTraceElement is excluded from the human-readable stack trace output.
- StackTraceCleanerProvider - Interface in org.mockito.plugins
-
- StackTraceFilter - Class in org.mockito.internal.exceptions.stacktrace
-
- StackTraceFilter() - Constructor for class org.mockito.internal.exceptions.stacktrace.StackTraceFilter
-
- StartsWith - Class in org.mockito.internal.matchers
-
- StartsWith(String) - Constructor for class org.mockito.internal.matchers.StartsWith
-
- startsWith(String) - Static method in class org.mockito.Matchers
-
String argument that starts with the given prefix.
- StringJoiner - Class in org.mockito.internal.util
-
- StringJoiner() - Constructor for class org.mockito.internal.util.StringJoiner
-
- stub() - Method in class org.mockito.internal.MockitoCore
-
- stub(T) - Method in class org.mockito.internal.MockitoCore
-
- stub(T) - Static method in class org.mockito.Mockito
-
Stubs a method call with return value or an exception.
- stubbedAt() - Method in class org.mockito.internal.invocation.StubInfoImpl
-
- stubbedAt() - Method in interface org.mockito.invocation.StubInfo
-
- StubbedInvocationMatcher - Class in org.mockito.internal.stubbing
-
- StubbedInvocationMatcher(InvocationMatcher, Answer) - Constructor for class org.mockito.internal.stubbing.StubbedInvocationMatcher
-
- Stubber - Interface in org.mockito.stubbing
-
Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style
- StubberImpl - Class in org.mockito.internal.stubbing
-
- StubberImpl() - Constructor for class org.mockito.internal.stubbing.StubberImpl
-
- stubbingCompleted(Invocation) - Method in interface org.mockito.internal.progress.MockingProgress
-
- stubbingCompleted(Invocation) - Method in class org.mockito.internal.progress.MockingProgressImpl
-
- stubbingCompleted(Invocation) - Method in class org.mockito.internal.progress.ThreadSafeMockingProgress
-
- stubbingStarted() - Method in interface org.mockito.internal.progress.MockingProgress
-
- stubbingStarted() - Method in class org.mockito.internal.progress.MockingProgressImpl
-
- stubbingStarted() - Method in class org.mockito.internal.progress.ThreadSafeMockingProgress
-
- stubInfo() - Method in class org.mockito.internal.invocation.InvocationImpl
-
- stubInfo() - Method in interface org.mockito.invocation.Invocation
-
- StubInfo - Interface in org.mockito.invocation
-
The information about stubbing, for example the location of stubbing.
- StubInfoImpl - Class in org.mockito.internal.invocation
-
- StubInfoImpl(DescribedInvocation) - Constructor for class org.mockito.internal.invocation.StubInfoImpl
-
- stubVoid(T) - Method in class org.mockito.internal.MockitoCore
-
- stubVoid(T) - Static method in class org.mockito.Mockito
-
- testFinished(Description) - Method in class org.mockito.internal.runners.util.FrameworkUsageValidator
-
- TestMethodsFinder - Class in org.mockito.internal.runners.util
-
- TestMethodsFinder() - Constructor for class org.mockito.internal.runners.util.TestMethodsFinder
-
- then(Answer<?>) - Method in class org.mockito.internal.stubbing.ConsecutiveStubbing
-
- then(Answer<?>) - Method in class org.mockito.internal.stubbing.OngoingStubbingImpl
-
- then(Answer<?>) - Method in interface org.mockito.stubbing.OngoingStubbing
-
Sets a generic Answer for the method.
- thenAnswer(Answer<?>) - Method in class org.mockito.internal.stubbing.ConsecutiveStubbing
-
- thenAnswer(Answer<?>) - Method in class org.mockito.internal.stubbing.OngoingStubbingImpl
-
- thenAnswer(Answer<?>) - Method in interface org.mockito.stubbing.OngoingStubbing
-
Sets a generic Answer for the method.
- thenCallRealMethod() - Method in class org.mockito.internal.stubbing.BaseStubbing
-
- thenCallRealMethod() - Method in interface org.mockito.stubbing.OngoingStubbing
-
Sets the real implementation to be called when the method is called on a mock object.
- thenInject() - Method in interface org.mockito.internal.configuration.injection.filter.OngoingInjecter
-
Inject the mock.
- thenReturn(T) - Method in class org.mockito.internal.stubbing.BaseStubbing
-
- thenReturn(T, T...) - Method in class org.mockito.internal.stubbing.BaseStubbing
-
- thenReturn(T) - Method in interface org.mockito.stubbing.OngoingStubbing
-
Sets a return value to be returned when the method is called.
- thenReturn(T, T...) - Method in interface org.mockito.stubbing.OngoingStubbing
-
Sets consecutive return values to be returned when the method is called.
- thenThrow(Throwable...) - Method in class org.mockito.internal.stubbing.BaseStubbing
-
- thenThrow(Class<? extends Throwable>...) - Method in class org.mockito.internal.stubbing.BaseStubbing
-
- thenThrow(Throwable...) - Method in interface org.mockito.stubbing.OngoingStubbing
-
Sets Throwable objects to be thrown when the method is called.
- thenThrow(Class<? extends Throwable>...) - Method in interface org.mockito.stubbing.OngoingStubbing
-
Sets Throwable classes to be thrown when the method is called.
- thenTry(MockInjectionStrategy) - Method in class org.mockito.internal.configuration.injection.MockInjectionStrategy
-
Enqueue next injection strategy.
- ThreadSafeMockingProgress - Class in org.mockito.internal.progress
-
- ThreadSafeMockingProgress() - Constructor for class org.mockito.internal.progress.ThreadSafeMockingProgress
-
- threwException() - Method in class org.mockito.internal.listeners.NotifiedMethodInvocationReport
-
- threwException() - Method in interface org.mockito.listeners.MethodInvocationReport
-
- ThrowsException - Class in org.mockito.internal.stubbing.answers
-
- ThrowsException(Throwable) - Constructor for class org.mockito.internal.stubbing.answers.ThrowsException
-
- ThrowsExceptionClass - Class in org.mockito.internal.stubbing.answers
-
- ThrowsExceptionClass(Class<? extends Throwable>) - Constructor for class org.mockito.internal.stubbing.answers.ThrowsExceptionClass
-
- timeout(int) - Static method in class org.mockito.Mockito
-
Allows verifying with timeout.
- Timeout - Class in org.mockito.verification
-
- Timeout(int, VerificationMode) - Constructor for class org.mockito.verification.Timeout
-
- Times - Class in org.mockito.internal.verification
-
- Times(int) - Constructor for class org.mockito.internal.verification.Times
-
- times(int) - Static method in class org.mockito.internal.verification.VerificationModeFactory
-
- times(int) - Static method in class org.mockito.Mockito
-
Allows verifying exact number of invocations.
- times(int) - Method in class org.mockito.verification.Timeout
-
- times(int) - Method in interface org.mockito.verification.VerificationWithTimeout
-
Allows verifying exact number of invocations within given timeout
verify(mock, timeout(100).times(2)).someMethod("some arg");
- toAnswer(Answer<?>) - Method in class org.mockito.internal.stubbing.ConsecutiveStubbing
-
- toAnswer(Answer<?>) - Method in class org.mockito.internal.stubbing.OngoingStubbingImpl
-
- toAnswer(Answer<?>) - Method in class org.mockito.internal.stubbing.VoidMethodStubbableImpl
-
- toAnswer(Answer<?>) - Method in interface org.mockito.stubbing.DeprecatedOngoingStubbing
-
Set a generic Answer for the stubbed method.
- toAnswer(Answer<?>) - Method in interface org.mockito.stubbing.VoidMethodStubbable
-
Stubs a void method with generic
Answer
- toArray() - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- toArray(T[]) - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- tooLittleActualInvocations(Discrepancy, DescribedInvocation, Location) - Method in class org.mockito.exceptions.Reporter
-
- TooLittleActualInvocations - Error in org.mockito.exceptions.verification
-
- TooLittleActualInvocations(String) - Constructor for error org.mockito.exceptions.verification.TooLittleActualInvocations
-
- tooLittleActualInvocationsInOrder(Discrepancy, DescribedInvocation, Location) - Method in class org.mockito.exceptions.Reporter
-
- tooManyActualInvocations(int, int, DescribedInvocation, Location) - Method in class org.mockito.exceptions.Reporter
-
- TooManyActualInvocations - Error in org.mockito.exceptions.verification
-
- TooManyActualInvocations(String) - Constructor for error org.mockito.exceptions.verification.TooManyActualInvocations
-
- tooManyActualInvocationsInOrder(int, int, DescribedInvocation, Location) - Method in class org.mockito.exceptions.Reporter
-
- toReturn(T) - Method in class org.mockito.internal.stubbing.BaseStubbing
-
- toReturn() - Method in class org.mockito.internal.stubbing.VoidMethodStubbableImpl
-
- toReturn(T) - Method in interface org.mockito.stubbing.DeprecatedOngoingStubbing
-
Set a return value for the stubbed method.
- toReturn() - Method in interface org.mockito.stubbing.VoidMethodStubbable
-
Stubs void method to 'just return' (e.g.
- toString() - Method in interface org.mockito.exceptions.PrintableInvocation
-
Deprecated.
- toString() - Method in error org.mockito.exceptions.verification.ArgumentsAreDifferent
-
- toString() - Method in error org.mockito.exceptions.verification.junit.ArgumentsAreDifferent
-
- toString() - Method in error org.mockito.exceptions.verification.WantedButNotInvoked
-
- toString() - Method in class org.mockito.internal.debugging.LocationImpl
-
- toString() - Method in class org.mockito.internal.invocation.InvocationImpl
-
- toString() - Method in class org.mockito.internal.invocation.InvocationMatcher
-
- toString() - Method in class org.mockito.internal.matchers.LocalizedMatcher
-
- toString() - Method in class org.mockito.internal.progress.MockingProgressImpl
-
- toString() - Method in class org.mockito.internal.progress.ThreadSafeMockingProgress
-
- toString() - Method in class org.mockito.internal.stubbing.answers.Returns
-
- toString() - Method in class org.mockito.internal.stubbing.InvocationContainerImpl
-
- toString() - Method in class org.mockito.internal.stubbing.StubbedInvocationMatcher
-
- toString() - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsMockWrapper
-
- toString() - Method in class org.mockito.internal.util.collections.HashCodeAndEqualsSafeSet
-
- toString() - Method in class org.mockito.internal.util.MockNameImpl
-
- toString() - Method in class org.mockito.internal.verification.AtLeast
-
- toString() - Method in class org.mockito.internal.verification.Calls
-
- toString() - Method in class org.mockito.internal.verification.Times
-
- toString() - Method in interface org.mockito.invocation.DescribedInvocation
-
Describes the invocation in the human friendly way.
- toString() - Method in interface org.mockito.invocation.Location
-
- toString() - Method in interface org.mockito.mock.MockName
-
the name
- toThrow(Throwable) - Method in class org.mockito.internal.stubbing.BaseStubbing
-
- toThrow(Throwable) - Method in class org.mockito.internal.stubbing.VoidMethodStubbableImpl
-
- toThrow(Throwable) - Method in interface org.mockito.stubbing.DeprecatedOngoingStubbing
-
Set a Throwable to be thrown when the stubbed method is called.
- toThrow(Throwable) - Method in interface org.mockito.stubbing.VoidMethodStubbable
-
Stubs void method with an exception.
- tryConstructorInjection() - Method in class org.mockito.internal.configuration.injection.MockInjection.OngoingMockInjection
-
- tryPropertyOrFieldInjection() - Method in class org.mockito.internal.configuration.injection.MockInjection.OngoingMockInjection
-
- TWO_SUB_MATCHERS - Static variable in class org.mockito.internal.progress.ArgumentMatcherStorageImpl
-
- TypeBasedCandidateFilter - Class in org.mockito.internal.configuration.injection.filter
-
- TypeBasedCandidateFilter(MockCandidateFilter) - Constructor for class org.mockito.internal.configuration.injection.filter.TypeBasedCandidateFilter
-
- typeMatches(Object) - Method in interface org.mockito.internal.matchers.ContainsExtraTypeInformation
-
- typeMatches(Object) - Method in class org.mockito.internal.matchers.Equals
-
- typeMatches(Object) - Method in class org.mockito.internal.matchers.LocalizedMatcher
-
- typeToMock - Variable in class org.mockito.internal.creation.settings.CreationSettings
-
- validate() - Static method in class org.mockito.internal.configuration.GlobalConfiguration
-
- validate(Answer<?>, Invocation) - Method in class org.mockito.internal.stubbing.answers.AnswersValidator
-
- validateDelegatedInstance(Class, Object) - Method in class org.mockito.internal.util.MockCreationValidator
-
- validateExtraInterfaces(Class, Collection<Class>) - Method in class org.mockito.internal.util.MockCreationValidator
-
- validateIndexWithinInvocationRange(InvocationOnMock) - Method in class org.mockito.internal.stubbing.answers.ReturnsArgumentAt
-
- validateMockedType(Class, Object) - Method in class org.mockito.internal.util.MockCreationValidator
-
- validateMockitoUsage() - Method in class org.mockito.internal.MockitoCore
-
- validateMockitoUsage() - Static method in class org.mockito.Mockito
-
- validateState() - Method in interface org.mockito.internal.progress.ArgumentMatcherStorage
-
- validateState() - Method in class org.mockito.internal.progress.ArgumentMatcherStorageImpl
-
- validateState() - Method in interface org.mockito.internal.progress.MockingProgress
-
- validateState() - Method in class org.mockito.internal.progress.MockingProgressImpl
-
- validateState() - Method in class org.mockito.internal.progress.ThreadSafeMockingProgress
-
- validateType(Class) - Method in class org.mockito.internal.util.MockCreationValidator
-
- valueFor(InvocationOnMock) - Method in interface org.mockito.ReturnValues
-
Deprecated.
return value for an unstubbed invocation
- valueOf(String) - Static method in enum org.mockito.Answers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mockito.internal.stubbing.defaultanswers.Answers
-
Deprecated.
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.mockito.Answers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mockito.internal.stubbing.defaultanswers.Answers
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- VarargMatcher - Interface in org.mockito.internal.matchers
-
- verboseLogging() - Method in class org.mockito.internal.creation.MockSettingsImpl
-
- verboseLogging() - Method in interface org.mockito.MockSettings
-
Enables real-time logging of method invocations on this mock.
- verboseMatchers(Integer...) - Static method in class org.mockito.internal.reporting.PrintSettings
-
- VerboseMockInvocationLogger - Class in org.mockito.internal.debugging
-
Logs all invocations to standard output.
- VerboseMockInvocationLogger() - Constructor for class org.mockito.internal.debugging.VerboseMockInvocationLogger
-
- VerboseMockInvocationLogger(PrintStream) - Constructor for class org.mockito.internal.debugging.VerboseMockInvocationLogger
-
- VerboseMockitoJUnitRunner - Class in org.mockito.runners
-
Experimental implementation that suppose to improve tdd/testing experience.
- VerboseMockitoJUnitRunner(Class<?>) - Constructor for class org.mockito.runners.VerboseMockitoJUnitRunner
-
- VerifiableInvocationsFinder - Class in org.mockito.internal.invocation.finder
-
Author: Szczepan Faber, created at: 4/3/11
- VerifiableInvocationsFinder() - Constructor for class org.mockito.internal.invocation.finder.VerifiableInvocationsFinder
-
- VerificationAwareInvocation - Interface in org.mockito.internal.exceptions
-
- VerificationData - Interface in org.mockito.internal.verification.api
-
- VerificationDataImpl - Class in org.mockito.internal.verification
-
- VerificationDataImpl(InvocationContainer, InvocationMatcher) - Constructor for class org.mockito.internal.verification.VerificationDataImpl
-
- VerificationDataInOrder - Interface in org.mockito.internal.verification.api
-
- VerificationDataInOrderImpl - Class in org.mockito.internal.verification.api
-
- VerificationDataInOrderImpl(InOrderContext, List<Invocation>, InvocationMatcher) - Constructor for class org.mockito.internal.verification.api.VerificationDataInOrderImpl
-
- VerificationInOrderFailure - Error in org.mockito.exceptions.verification
-
- VerificationInOrderFailure(String) - Constructor for error org.mockito.exceptions.verification.VerificationInOrderFailure
-
- VerificationInOrderMode - Interface in org.mockito.internal.verification.api
-
- VerificationMode - Interface in org.mockito.verification
-
Allows verifying that certain behavior happened at least once / exact number
of times / never.
- VerificationModeFactory - Class in org.mockito.internal.verification
-
- VerificationModeFactory() - Constructor for class org.mockito.internal.verification.VerificationModeFactory
-
- verificationStarted(VerificationMode) - Method in interface org.mockito.internal.progress.MockingProgress
-
- verificationStarted(VerificationMode) - Method in class org.mockito.internal.progress.MockingProgressImpl
-
- verificationStarted(VerificationMode) - Method in class org.mockito.internal.progress.ThreadSafeMockingProgress
-
- VerificationWithTimeout - Interface in org.mockito.verification
-
VerificationWithTimeout is a
VerificationMode that allows combining existing verification modes with 'timeout'.
- VerificationWithTimeoutImpl - Class in org.mockito.internal.verification
-
- VerificationWithTimeoutImpl(int, int, VerificationMode) - Constructor for class org.mockito.internal.verification.VerificationWithTimeoutImpl
-
- verify(T) - Method in interface org.mockito.InOrder
-
Verifies interaction happened once in order.
- verify(T, VerificationMode) - Method in interface org.mockito.InOrder
-
Verifies interaction in order.
- verify(T) - Method in class org.mockito.internal.InOrderImpl
-
- verify(T, VerificationMode) - Method in class org.mockito.internal.InOrderImpl
-
- verify(T, VerificationMode) - Method in class org.mockito.internal.MockitoCore
-
- verify(VerificationData) - Method in class org.mockito.internal.verification.AtLeast
-
- verify(VerificationData) - Method in class org.mockito.internal.verification.AtMost
-
- verify(VerificationData) - Method in class org.mockito.internal.verification.Calls
-
- verify(VerificationData) - Method in class org.mockito.internal.verification.InOrderWrapper
-
- verify(VerificationData) - Method in class org.mockito.internal.verification.MockAwareVerificationMode
-
- verify(VerificationData) - Method in class org.mockito.internal.verification.NoMoreInteractions
-
- verify(VerificationData) - Method in class org.mockito.internal.verification.Only
-
- verify(VerificationData) - Method in class org.mockito.internal.verification.Times
-
- verify(VerificationData) - Method in class org.mockito.internal.verification.VerificationWithTimeoutImpl
-
- verify(T) - Static method in class org.mockito.Mockito
-
Verifies certain behavior happened once.
- verify(T, VerificationMode) - Static method in class org.mockito.Mockito
-
Verifies certain behavior happened at least once / exact number of times / never.
- verify(VerificationData) - Method in class org.mockito.verification.Timeout
-
- verify(VerificationData) - Method in interface org.mockito.verification.VerificationMode
-
- verifyInOrder(VerificationDataInOrder) - Method in interface org.mockito.internal.verification.api.VerificationInOrderMode
-
- verifyInOrder(VerificationDataInOrder) - Method in class org.mockito.internal.verification.AtLeast
-
- verifyInOrder(VerificationDataInOrder) - Method in class org.mockito.internal.verification.Calls
-
- verifyInOrder(VerificationDataInOrder) - Method in class org.mockito.internal.verification.NoMoreInteractions
-
- verifyInOrder(VerificationDataInOrder) - Method in class org.mockito.internal.verification.Times
-
- verifyNoMoreInteractions() - Method in interface org.mockito.InOrder
-
Verifies that no more interactions happened in order.
- verifyNoMoreInteractions() - Method in class org.mockito.internal.InOrderImpl
-
- verifyNoMoreInteractions(Object...) - Method in class org.mockito.internal.MockitoCore
-
- verifyNoMoreInteractions(Object...) - Static method in class org.mockito.Mockito
-
Checks if any of given mocks has any unverified interaction.
- verifyNoMoreInteractionsInOrder(List<Object>, InOrderContext) - Method in class org.mockito.internal.MockitoCore
-
- verifyZeroInteractions(Object...) - Static method in class org.mockito.Mockito
-
Verifies that no interactions happened on given mocks.
- voidMethodStubbable(T) - Method in interface org.mockito.internal.InternalMockHandler
-
- VoidMethodStubbable<T> - Interface in org.mockito.stubbing
-
Stubs void method with an exception.
- VoidMethodStubbableImpl<T> - Class in org.mockito.internal.stubbing
-
- VoidMethodStubbableImpl(T, InvocationContainerImpl) - Constructor for class org.mockito.internal.stubbing.VoidMethodStubbableImpl
-