Uses of Package
org.jmock.api

Packages that use org.jmock.api
org.jmock   
org.jmock.api   
org.jmock.internal   
org.jmock.lib   
org.jmock.lib.action   
org.jmock.lib.concurrent   
org.jmock.syntax   
 

Classes in org.jmock.api used by org.jmock
Action
          An object that fakes the behaviour of an InvocationExpectation.
Expectation
          An object that matches, checks and fakes an Invocation
ExpectationErrorTranslator
          Translates expectation errors into error type used by a specific testing framework.
Imposteriser
          An object that can creates a proxy of the given type to capture Invocations and pass them to an Invokable object for mocking or stubbing.
MockObjectNamingScheme
          Creates names for mock objects that have not explicitly been given a name.
ThreadingPolicy
           
 

Classes in org.jmock.api used by org.jmock.api
ExpectationError
          An error thrown when an expectation is violated during a test.
Invocation
          The static details about a method and the run-time details of its invocation.
Invokable
          An object that can receive an Invocation.
 

Classes in org.jmock.api used by org.jmock.internal
Action
          An object that fakes the behaviour of an InvocationExpectation.
Expectation
          An object that matches, checks and fakes an Invocation
Imposteriser
          An object that can creates a proxy of the given type to capture Invocations and pass them to an Invokable object for mocking or stubbing.
Invocation
          The static details about a method and the run-time details of its invocation.
Invokable
          An object that can receive an Invocation.
ThreadingPolicy
           
 

Classes in org.jmock.api used by org.jmock.lib
ExpectationError
          An error thrown when an expectation is violated during a test.
ExpectationErrorTranslator
          Translates expectation errors into error type used by a specific testing framework.
Imposteriser
          An object that can creates a proxy of the given type to capture Invocations and pass them to an Invokable object for mocking or stubbing.
Invokable
          An object that can receive an Invocation.
MockObjectNamingScheme
          Creates names for mock objects that have not explicitly been given a name.
 

Classes in org.jmock.api used by org.jmock.lib.action
Action
          An object that fakes the behaviour of an InvocationExpectation.
Invocation
          The static details about a method and the run-time details of its invocation.
Invokable
          An object that can receive an Invocation.
 

Classes in org.jmock.api used by org.jmock.lib.concurrent
Invokable
          An object that can receive an Invocation.
ThreadingPolicy
           
 

Classes in org.jmock.api used by org.jmock.syntax
Action
          An object that fakes the behaviour of an InvocationExpectation.
 



Copyright © 2003-2012 jMock. All Rights Reserved.