Mockito 2.0.29-beta API
A B C D E F G H I J L M N O P R S T U V W 

O

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
OngoingInjector - 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 interface org.mockito.verification.VerificationAfterDelay
Verifies that there the given method is invoked and is the only method invoked.
only() - Method in interface org.mockito.verification.VerificationWithTimeout
Allows checking if given method was the only one invoked.
only() - Method in class org.mockito.verification.VerificationWrapper
 
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<ArgumentMatcher>) - 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.hamcrest - package org.mockito.hamcrest
 
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.configuration.plugins - package org.mockito.internal.configuration.plugins
 
org.mockito.internal.creation - package org.mockito.internal.creation
Mock object creation.
org.mockito.internal.creation.bytebuddy - package org.mockito.internal.creation.bytebuddy
ByteBuddy related stuff
org.mockito.internal.creation.instance - package org.mockito.internal.creation.instance
 
org.mockito.internal.creation.settings - package org.mockito.internal.creation.settings
 
org.mockito.internal.creation.util - package org.mockito.internal.creation.util
Stuff that does not have a good package yet
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.hamcrest - package org.mockito.internal.hamcrest
 
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.matchers.text - package org.mockito.internal.matchers.text
 
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.io - package org.mockito.internal.util.io
 
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.junit - package org.mockito.junit
 
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
Mockito plugins allow customization of behavior.
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
 
outerInstance(Object) - Method in class org.mockito.internal.creation.MockSettingsImpl
 
outerInstance(Object) - Method in interface org.mockito.MockSettings
Makes it possible to mock non-static inner classes in conjunction with MockSettings.useConstructor().
A B C D E F G H I J L M N O P R S T U V W 
Mockito 2.0.29-beta API