Uses of Package
org.easymock

Packages that use org.easymock
org.easymock   
org.easymock.internal   
org.easymock.internal.matchers   
 

Classes in org.easymock used by org.easymock
Capture
          Will contain what was captured by the capture() matcher.
CaptureType
          Defines how arguments will be captured by a Capture object
ConstructorArgs
          Class wrapping arguments to create a partial class mock that gets instantiated by calling one of its constructors
IAnswer
          Used to answer expected calls.
IArgumentMatcher
          Decides whether an actual argument is accepted.
IExpectationSetters
          Allows setting expectations for an associated expected invocation.
IMockBuilder
          Helps the creation of partial mocks with EasyMock.
IMocksControl
          Controls all the mock objects created by it.
LogicalOperator
          See EasyMock.cmp(T, java.util.Comparator, org.easymock.LogicalOperator)
 

Classes in org.easymock used by org.easymock.internal
ConstructorArgs
          Class wrapping arguments to create a partial class mock that gets instantiated by calling one of its constructors
EasyMockSupport
          Helper class to be used to keep tracks of mocks easily.
IAnswer
          Used to answer expected calls.
IArgumentMatcher
          Decides whether an actual argument is accepted.
IExpectationSetters
          Allows setting expectations for an associated expected invocation.
IMockBuilder
          Helps the creation of partial mocks with EasyMock.
IMocksControl
          Controls all the mock objects created by it.
 

Classes in org.easymock used by org.easymock.internal.matchers
Capture
          Will contain what was captured by the capture() matcher.
IArgumentMatcher
          Decides whether an actual argument is accepted.
LogicalOperator
          See EasyMock.cmp(T, java.util.Comparator, org.easymock.LogicalOperator)
 



Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.