A B C E F G H I L M O P R S T U V

M

MethodExpectationBean - Class in org.mockcentral.server
A simple bean class used for creating a method expectation for a Mock Object.
MethodExpectationBean() - Constructor for class org.mockcentral.server.MethodExpectationBean
Creates a new instance.
MockCentralServer - Class in org.mockcentral.server
The class used to access the Mock Objects and Proxy instances created within the application.
MockCentralServerException - Exception in org.mockcentral.server
RuntimeException class for application exceptions generated within the server package.
MockCentralServerException(String) - Constructor for exception org.mockcentral.server.MockCentralServerException
Creates a new instance with the supplied message.
MockCentralServerException(Throwable) - Constructor for exception org.mockcentral.server.MockCentralServerException
Creates a new instance with the supplied nested Throwable.
MockCentralServerException(String, Throwable) - Constructor for exception org.mockcentral.server.MockCentralServerException
Creates a new instance with the supplied message and nested Throwable.
MockCentralServerMessages - Class in org.mockcentral.server
A Message Bundle class for MockCentralServer application.
MockCentralServerMessages() - Constructor for class org.mockcentral.server.MockCentralServerMessages
Creates a new instance.
MockCentralTestingContext - Class in org.mockcentral.server
A lightweight extension of the javax.naming.InitialContext class, using a HashMap to bind lookup names to proxy Objects for the application.
MockCentralTestingContext() - Constructor for class org.mockcentral.server.MockCentralTestingContext
Creates a new instance.
MockDataLoader - Class in org.mockcentral.server
A class that uses the org.apache.commons.digester.Digester to load data from configuration files, creating Fixture instances, simple (non-Mock) JNDI-bound Objects, and Mock and Proxy Objects.
MockDataLoader() - Constructor for class org.mockcentral.server.MockDataLoader
 
MockMethodType - Enum in org.mockcentral.server
An enum declaring the available Mock Object method types ("expect and return", "match and throw", etc) to use in the construction of MethodExpectationBean instances.
MockObjectSetup - Class in org.mockcentral.server
Class used for constructing Mock Object instances.
MockObjectSetup() - Constructor for class org.mockcentral.server.MockObjectSetup
Creates a new instance.

A B C E F G H I L M O P R S T U V