Overview
Package
Tree
Index
Deprecated
About
Frames
|
No Frames
Hierarchy for All Packages
Package Hierarchies:
org.jmock
,
org.jmock.builder
,
org.jmock.cglib
,
org.jmock.core
,
org.jmock.core.constraint
,
org.jmock.core.matcher
,
org.jmock.core.stub
,
org.jmock.expectation
,
org.jmock.util
Class Hierarchy
java.lang.Object
org.jmock.core.
AbstractDynamicMock
(implements org.jmock.core.
DynamicMock
)
org.jmock.cglib.
CGLIBCoreMock
(implements MethodInterceptor)
org.jmock.core.
CoreMock
(implements InvocationHandler)
org.jmock.expectation.
AbstractExpectation
(implements org.jmock.core.
Verifiable
, org.jmock.expectation.
Expectation
)
org.jmock.expectation.
AbstractExpectationCollection
(implements org.jmock.expectation.
ExpectationCollection
)
org.jmock.expectation.
ExpectationList
org.jmock.expectation.
ExpectationSet
org.jmock.expectation.
ExpectationCounter
org.jmock.expectation.
ExpectationDoubleValue
org.jmock.expectation.
ExpectationSegment
org.jmock.expectation.
ExpectationValue
org.jmock.core.constraint.
And
(implements org.jmock.core.
Constraint
)
org.jmock.core.stub.
CustomStub
(implements org.jmock.core.
Stub
)
org.jmock.core.stub.
DefaultResultStub
(implements org.jmock.core.
Stub
)
org.jmock.util.
Dummy
org.jmock.expectation.
ExceptionalReturnValue
org.jmock.expectation.
ExpectationMap
(implements org.jmock.expectation.
Expectation
, org.jmock.core.
Verifiable
)
org.jmock.core.
FIFOInvocationDispatcher
(implements org.jmock.core.
InvocationDispatcher
)
org.jmock.core.
Formatting
org.jmock.core.
Invocation
(implements org.jmock.core.
SelfDescribing
)
org.jmock.core.
InvocationMocker
(implements org.jmock.core.
Invokable
, org.jmock.core.
StubMatchersCollection
)
org.jmock.builder.
InvocationMockerBuilder
(implements org.jmock.builder.
NameMatchBuilder
)
org.jmock.builder.
InvocationMockerDescriber
(implements org.jmock.core.
InvocationMocker.Describer
)
org.jmock.core.matcher.
InvokedRecorder
(implements org.jmock.core.
InvocationMatcher
)
org.jmock.core.matcher.
InvokeAtLeastOnceMatcher
org.jmock.core.matcher.
InvokeOnceMatcher
org.jmock.core.constraint.
IsAnything
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsCloseTo
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsEqual
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsEventFrom
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsGreaterThan
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsInstanceOf
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsLessThan
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsNot
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsNull
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsSame
(implements org.jmock.core.
Constraint
)
org.jmock.core.
LIFOInvocationDispatcher
(implements org.jmock.core.
InvocationDispatcher
)
org.jmock.expectation.
MapEntry
(implements Map.Entry)
org.jmock.
Mock
(implements org.jmock.core.
DynamicMock
, org.jmock.builder.
BuilderNamespace
, org.jmock.core.
Verifiable
)
org.jmock.cglib.
Mock
org.jmock.expectation.
MockObject
(implements org.jmock.core.
Verifiable
)
org.jmock.expectation.
ReturnObjectMap
org.jmock.expectation.
Null
org.jmock.core.constraint.
Or
(implements org.jmock.core.
Constraint
)
org.jmock.expectation.
ReturnObjectBag
(implements org.jmock.core.
Verifiable
)
org.jmock.expectation.
ReturnObjectList
(implements org.jmock.core.
Verifiable
)
org.jmock.expectation.
ReturnValue
org.jmock.expectation.
ReturnValues
org.jmock.expectation.
VoidReturnValues
org.jmock.core.matcher.
StatelessInvocationMatcher
(implements org.jmock.core.
InvocationMatcher
)
org.jmock.core.matcher.
AnyArgumentsMatcher
org.jmock.core.matcher.
ArgumentsMatcher
org.jmock.core.matcher.
InvokedAfterMatcher
org.jmock.core.matcher.
MethodNameMatcher
org.jmock.core.matcher.
NoArgumentsMatcher
org.jmock.core.constraint.
StringContains
(implements org.jmock.core.
Constraint
)
org.jmock.core.stub.
StubSequence
(implements org.jmock.core.
Stub
)
org.jmock.core.matcher.
TestFailureMatcher
(implements org.jmock.core.
InvocationMatcher
)
org.jmock.core.stub.
TestFailureStub
(implements org.jmock.core.
Stub
)
org.jmock.util.
Verifier
org.jmock.core.stub.
VoidStub
(implements org.jmock.core.
Stub
)
Interface Hierarchy
org.jmock.builder.
BuilderNamespace
org.jmock.builder.
IdentityBuilder
org.jmock.builder.
StubBuilder
org.jmock.builder.
MatchBuilder
org.jmock.builder.
ArgumentsMatchBuilder
org.jmock.builder.
NameMatchBuilder
org.jmock.core.
InvocationMocker.Describer
org.jmock.core.
SelfDescribing
org.jmock.core.
Constraint
org.jmock.core.
InvocationDispatcher
(also implements org.jmock.core.
Verifiable
)
org.jmock.core.
InvocationMatcher
(also implements org.jmock.core.
Verifiable
)
org.jmock.core.
Invokable
(also implements org.jmock.core.
Verifiable
)
org.jmock.core.
Stub
org.jmock.core.
StubMatchersCollection
org.jmock.core.
Verifiable
org.jmock.core.
DynamicMock
org.jmock.expectation.
Expectation
org.jmock.expectation.
ExpectationCollection
org.jmock.core.
InvocationDispatcher
(also implements org.jmock.core.
SelfDescribing
)
org.jmock.core.
InvocationMatcher
(also implements org.jmock.core.
SelfDescribing
)
org.jmock.core.
Invokable
(also implements org.jmock.core.
SelfDescribing
)
Overview
Package
Tree
Index
Deprecated
About