Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
atest.jmock
,
atest.jmock.cglib
,
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 net.sf.cglib.proxy.
MethodInterceptor
)
org.jmock.core.
CoreMock
(implements java.lang.reflect.
InvocationHandler
)
org.jmock.expectation.
AbstractExpectation
(implements org.jmock.expectation.
Expectation
, org.jmock.core.
Verifiable
)
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.
AbstractInvocationDispatcher
(implements org.jmock.core.
InvocationDispatcher
)
org.jmock.core.
FIFOInvocationDispatcher
org.jmock.core.
LIFOInvocationDispatcher
org.jmock.core.constraint.
And
(implements org.jmock.core.
Constraint
)
junit.framework.
Assert
org.jmock.expectation.
AssertMo
junit.framework.
TestCase
(implements junit.framework.
Test
)
org.jmock.core.
VerifyingTestCase
org.jmock.core.
MockObjectSupportTestCase
org.jmock.
MockObjectTestCase
atest.jmock.
BadMethodNameAcceptanceTest
atest.jmock.
CascadedFailuresAcceptanceTest
atest.jmock.
ClassLoaderAcceptanceTest
atest.jmock.
CollectionsAcceptanceTest
atest.jmock.
ConsecutiveCallsAcceptanceTest
atest.jmock.
DoAllAcceptanceTest
atest.jmock.
DynamicMockExample
atest.jmock.
ErrorMessagesAcceptanceTest
atest.jmock.
ExpectNeverAcceptanceTest
atest.jmock.
InvokeAtMostOnceAcceptanceTest
atest.jmock.
InvokedExactCountAcceptanceTest
atest.jmock.
IsNullAcceptanceTest
org.jmock.cglib.
MockObjectTestCase
atest.jmock.cglib.
DummyOfClassAcceptanceTest
atest.jmock.cglib.
ErrorDetectionAcceptanceTest
atest.jmock.cglib.
MockConcreteClassAcceptanceTest
atest.jmock.cglib.
OverriddenToStringAcceptanceTest
atest.jmock.cglib.
SignedJarAcceptanceTest
atest.jmock.
OrderedInvocationsAcceptanceTest
atest.jmock.
ReturnTypeAcceptanceTest
org.jmock.core.stub.
ThrowStub
(implements org.jmock.core.
Stub
)
atest.jmock.
CascadedFailuresAcceptanceTest.ObjectUnderTest
org.jmock.core.stub.
CustomStub
(implements org.jmock.core.
Stub
)
org.jmock.core.stub.
DefaultResultStub
(implements org.jmock.core.
Stub
)
atest.jmock.
DoAllAcceptanceTest.AddElementStub
(implements org.jmock.core.
Stub
)
org.jmock.core.stub.
DoAllStub
(implements org.jmock.core.
Stub
)
org.jmock.util.
Dummy
atest.jmock.cglib.
DummyOfClassAcceptanceTest.MockedType
atest.jmock.
DynamicMockExample.Agent
atest.jmock.cglib.
ErrorDetectionAcceptanceTest.NonStaticInnerClass
org.jmock.expectation.
ExceptionalReturnValue
org.jmock.expectation.
ExpectationMap
(implements org.jmock.expectation.
Expectation
, org.jmock.core.
Verifiable
)
org.jmock.core.
Formatting
org.jmock.core.constraint.
HasProperty
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
HasPropertyWithValue
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
HasToString
(implements org.jmock.core.
Constraint
)
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.
InvokeAtMostOnceMatcher
org.jmock.core.matcher.
InvokeCountMatcher
org.jmock.core.matcher.
InvokeOnceMatcher
org.jmock.core.constraint.
IsAnything
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsArrayContaining
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsCloseTo
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsCollectionContaining
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsCompatibleType
(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.
IsIn
(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.
IsMapContaining
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsNot
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
IsNothing
(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.expectation.
MapEntry
(implements java.util.
Map.Entry
<K,V>)
org.jmock.
Mock
(implements org.jmock.builder.
BuilderNamespace
, org.jmock.core.
DynamicMock
)
atest.jmock.cglib.
MockConcreteClassAcceptanceTest.ClassWithComplexConstructor
atest.jmock.cglib.
MockConcreteClassAcceptanceTest.ClassWithConstructorArguments
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
)
atest.jmock.cglib.
OverriddenToStringAcceptanceTest.ClassThatOverridesToString
org.jmock.util.
PropertyUtil
org.jmock.core.stub.
ReturnIteratorStub
(implements org.jmock.core.
Stub
)
org.jmock.expectation.
ReturnObjectBag
(implements org.jmock.core.
Verifiable
)
org.jmock.expectation.
ReturnObjectList
(implements org.jmock.core.
Verifiable
)
org.jmock.core.stub.
ReturnStub
(implements org.jmock.core.
Stub
)
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.stub.
StubSequence
(implements org.jmock.core.
Stub
)
org.jmock.core.constraint.
SubstringConstraint
(implements org.jmock.core.
Constraint
)
org.jmock.core.constraint.
StringContains
org.jmock.core.constraint.
StringEndsWith
org.jmock.core.constraint.
StringStartsWith
org.jmock.core.matcher.
TestFailureMatcher
(implements org.jmock.core.
InvocationMatcher
)
org.jmock.core.stub.
TestFailureStub
(implements org.jmock.core.
Stub
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Error
junit.framework.
AssertionFailedError
org.jmock.core.
DynamicMockError
java.lang.
Exception
java.lang.
RuntimeException
org.jmock.util.
NotImplementedException
org.jmock.util.
Verifier
org.jmock.core.stub.
VoidStub
(implements org.jmock.core.
Stub
)
Interface Hierarchy
org.jmock.builder.
BuilderNamespace
atest.jmock.
CascadedFailuresAcceptanceTest.MockedType
atest.jmock.
CollectionsAcceptanceTest.T
atest.jmock.
ConsecutiveCallsAcceptanceTest.Greeter
atest.jmock.
DoAllAcceptanceTest.Collector
atest.jmock.
DynamicMockExample.Market
org.jmock.builder.
IdentityBuilder
org.jmock.builder.
ArgumentsMatchBuilder
org.jmock.builder.
NameMatchBuilder
org.jmock.builder.
MatchBuilder
org.jmock.builder.
ArgumentsMatchBuilder
org.jmock.builder.
NameMatchBuilder
org.jmock.builder.
NameMatchBuilder
org.jmock.builder.
NameMatchBuilder
org.jmock.builder.
StubBuilder
org.jmock.builder.
ArgumentsMatchBuilder
org.jmock.builder.
NameMatchBuilder
org.jmock.builder.
MatchBuilder
org.jmock.builder.
ArgumentsMatchBuilder
org.jmock.builder.
NameMatchBuilder
org.jmock.builder.
NameMatchBuilder
org.jmock.builder.
NameMatchBuilder
org.jmock.core.
InvocationMocker.Describer
atest.jmock.
InvokeAtMostOnceAcceptanceTest.MockedType
atest.jmock.
IsNullAcceptanceTest.MockedType
atest.jmock.
OrderedInvocationsAcceptanceTest.ExampleInterface
atest.jmock.
ReturnTypeAcceptanceTest.ReturnTypes
org.jmock.core.
SelfDescribing
org.jmock.core.
Constraint
org.jmock.core.
InvocationDispatcher
(also extends org.jmock.core.
Verifiable
)
org.jmock.core.
InvocationMatcher
(also extends org.jmock.core.
Verifiable
)
org.jmock.core.
Invokable
(also extends org.jmock.core.
Verifiable
)
org.jmock.core.
Stub
org.jmock.core.
StubMatchersCollection
atest.jmock.
Types
atest.jmock.
Types.WithTwoMethods
org.jmock.core.
Verifiable
org.jmock.core.
DynamicMock
org.jmock.expectation.
Expectation
org.jmock.expectation.
ExpectationCollection
org.jmock.expectation.
ExpectationCollection
org.jmock.core.
InvocationDispatcher
(also extends org.jmock.core.
SelfDescribing
)
org.jmock.core.
InvocationMatcher
(also extends org.jmock.core.
SelfDescribing
)
org.jmock.core.
Invokable
(also extends org.jmock.core.
SelfDescribing
)
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes