- id(String) - Method in interface org.jmock.builder.IdentityBuilder
-
- id(String) - Method in class org.jmock.builder.InvocationMockerBuilder
-
- IdentityBuilder - Interface in org.jmock.builder
-
- inc() - Method in class org.jmock.expectation.ExpectationCounter
-
- INSTANCE - Static variable in class org.jmock.core.constraint.IsAnything
-
- INSTANCE - Static variable in class org.jmock.core.constraint.IsNothing
-
- INSTANCE - Static variable in class org.jmock.core.matcher.AnyArgumentsMatcher
-
- INSTANCE - Static variable in class org.jmock.core.matcher.NoArgumentsMatcher
-
- INSTANCE - Static variable in class org.jmock.core.stub.VoidStub
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.jmock.cglib.CGLIBCoreMock
-
- invocation - Variable in error org.jmock.core.DynamicMockError
-
- Invocation - Class in org.jmock.core
-
The static details about a method and the run-time details of its invocation.
- Invocation(Object, Method, Object[]) - Constructor for class org.jmock.core.Invocation
-
- InvocationDispatcher - Interface in org.jmock.core
-
- InvocationMatcher - Interface in org.jmock.core
-
- InvocationMocker - Class in org.jmock.core
-
- InvocationMocker() - Constructor for class org.jmock.core.InvocationMocker
-
- InvocationMocker(InvocationMocker.Describer) - Constructor for class org.jmock.core.InvocationMocker
-
- InvocationMocker.Describer - Interface in org.jmock.core
-
- InvocationMockerBuilder - Class in org.jmock.builder
-
- InvocationMockerBuilder(StubMatchersCollection, BuilderNamespace, Class) - Constructor for class org.jmock.builder.InvocationMockerBuilder
-
- InvocationMockerDescriber - Class in org.jmock.builder
-
- InvocationMockerDescriber() - Constructor for class org.jmock.builder.InvocationMockerDescriber
-
- Invokable - Interface in org.jmock.core
-
- invokables - Variable in class org.jmock.core.AbstractInvocationDispatcher
-
- invoke(Object, Method, Object[]) - Method in class org.jmock.core.CoreMock
-
- invoke(Invocation) - Method in class org.jmock.core.InvocationMocker
-
- invoke(Invocation) - Method in interface org.jmock.core.Invokable
-
- invoke(Invocation) - Method in class org.jmock.core.stub.DefaultResultStub
-
- invoke(Invocation) - Method in class org.jmock.core.stub.DoAllStub
-
- invoke(Invocation) - Method in interface org.jmock.core.Stub
-
Processes the invocation.
- invoke(Invocation) - Method in class org.jmock.core.stub.ReturnIteratorStub
-
- invoke(Invocation) - Method in class org.jmock.core.stub.ReturnStub
-
- invoke(Invocation) - Method in class org.jmock.core.stub.StubSequence
-
- invoke(Invocation) - Method in class org.jmock.core.stub.TestFailureStub
-
- invoke(Invocation) - Method in class org.jmock.core.stub.ThrowStub
-
- invoke(Invocation) - Method in class org.jmock.core.stub.VoidStub
-
- InvokeAtLeastOnceMatcher - Class in org.jmock.core.matcher
-
- InvokeAtLeastOnceMatcher() - Constructor for class org.jmock.core.matcher.InvokeAtLeastOnceMatcher
-
- InvokeAtMostOnceMatcher - Class in org.jmock.core.matcher
-
- InvokeAtMostOnceMatcher() - Constructor for class org.jmock.core.matcher.InvokeAtMostOnceMatcher
-
- InvokeCountMatcher - Class in org.jmock.core.matcher
-
- InvokeCountMatcher(int) - Constructor for class org.jmock.core.matcher.InvokeCountMatcher
-
- invoked(Invocation) - Method in interface org.jmock.core.InvocationMatcher
-
- invoked(Invocation) - Method in class org.jmock.core.matcher.InvokedAfterMatcher
-
- invoked(Invocation) - Method in class org.jmock.core.matcher.InvokedRecorder
-
- invoked(Invocation) - Method in class org.jmock.core.matcher.StatelessInvocationMatcher
-
- invoked(Invocation) - Method in class org.jmock.core.matcher.TestFailureMatcher
-
- InvokedAfterMatcher - Class in org.jmock.core.matcher
-
- InvokedAfterMatcher(InvokedRecorder, String) - Constructor for class org.jmock.core.matcher.InvokedAfterMatcher
-
- invokedMethod - Variable in class org.jmock.core.Invocation
-
- invokedObject - Variable in class org.jmock.core.Invocation
-
- InvokedRecorder - Class in org.jmock.core.matcher
-
- InvokedRecorder() - Constructor for class org.jmock.core.matcher.InvokedRecorder
-
- InvokeOnceMatcher - Class in org.jmock.core.matcher
-
- InvokeOnceMatcher() - Constructor for class org.jmock.core.matcher.InvokeOnceMatcher
-
- isA(Class) - Method in class org.jmock.core.MockObjectSupportTestCase
-
- IsAnything - Class in org.jmock.core.constraint
-
A constraint that always returns true
.
- IsAnything() - Constructor for class org.jmock.core.constraint.IsAnything
-
- IsAnything(String) - Constructor for class org.jmock.core.constraint.IsAnything
-
- IsArrayContaining - Class in org.jmock.core.constraint
-
- IsArrayContaining(Constraint) - Constructor for class org.jmock.core.constraint.IsArrayContaining
-
- IsCloseTo - Class in org.jmock.core.constraint
-
Is the value a number equal to a value within some range of
acceptable error?
- IsCloseTo(double, double) - Constructor for class org.jmock.core.constraint.IsCloseTo
-
- IsCollectionContaining - Class in org.jmock.core.constraint
-
- IsCollectionContaining(Constraint) - Constructor for class org.jmock.core.constraint.IsCollectionContaining
-
- IsCompatibleType - Class in org.jmock.core.constraint
-
- IsCompatibleType(Class) - Constructor for class org.jmock.core.constraint.IsCompatibleType
-
- isEmpty() - Method in class org.jmock.expectation.ReturnValues
-
- IsEqual - Class in org.jmock.core.constraint
-
Is the value equal to another value, as tested by the
Object.equals(java.lang.Object)
invokedMethod?
- IsEqual(Object) - Constructor for class org.jmock.core.constraint.IsEqual
-
- IsEventFrom - Class in org.jmock.core.constraint
-
Tests if the value is an event announced by a specific object.
- IsEventFrom(Object) - Constructor for class org.jmock.core.constraint.IsEventFrom
-
Constructs an IsEventFrom predicate that returns true for any object
derived from EventObject
announced by source
.
- IsEventFrom(Class, Object) - Constructor for class org.jmock.core.constraint.IsEventFrom
-
Constructs an IsEventFrom predicate that returns true for any object
derived from event_class announced by source.
- IsGreaterThan - Class in org.jmock.core.constraint
-
Is the value greater than another Comparable
value?
- IsGreaterThan(Comparable) - Constructor for class org.jmock.core.constraint.IsGreaterThan
-
- IsIn - Class in org.jmock.core.constraint
-
- IsIn(Collection) - Constructor for class org.jmock.core.constraint.IsIn
-
- IsIn(Object[]) - Constructor for class org.jmock.core.constraint.IsIn
-
- isIn(Collection) - Method in class org.jmock.core.MockObjectSupportTestCase
-
- isIn(Object[]) - Method in class org.jmock.core.MockObjectSupportTestCase
-
- IsInstanceOf - Class in org.jmock.core.constraint
-
Tests whether the value is an instance of a class.
- IsInstanceOf(Class) - Constructor for class org.jmock.core.constraint.IsInstanceOf
-
Creates a new instance of IsInstanceOf
- IsLessThan - Class in org.jmock.core.constraint
-
Is the value less than another Comparable
value?
- IsLessThan(Comparable) - Constructor for class org.jmock.core.constraint.IsLessThan
-
- IsMapContaining - Class in org.jmock.core.constraint
-
- IsMapContaining(Constraint, Constraint) - Constructor for class org.jmock.core.constraint.IsMapContaining
-
- IsNot - Class in org.jmock.core.constraint
-
Calculates the logical negation of a constraint.
- IsNot(Constraint) - Constructor for class org.jmock.core.constraint.IsNot
-
- IsNothing - Class in org.jmock.core.constraint
-
- IsNothing() - Constructor for class org.jmock.core.constraint.IsNothing
-
- IsNothing(String) - Constructor for class org.jmock.core.constraint.IsNothing
-
- IsNull - Class in org.jmock.core.constraint
-
Is the value null?
- IsNull() - Constructor for class org.jmock.core.constraint.IsNull
-
- IsSame - Class in org.jmock.core.constraint
-
Is the value the same object as another value?
- IsSame(Object) - Constructor for class org.jmock.core.constraint.IsSame
-
Creates a new instance of IsSame
- isVoid() - Method in class org.jmock.builder.InvocationMockerBuilder
-
- isVoid() - Method in interface org.jmock.builder.StubBuilder
-