Uses of Package
org.mockcentral.server

Classes in org.mockcentral.server used by org.mockcentral.server
Fixture
          A class used to build and group Mock Objects and Proxy instances accessible to the MockCentralServer.
ISignaturePartBeanObserver
          Interface for classes interested in observing changes to the data modeled in a SignaturePartBean instance.
MethodExpectationBean
          A simple bean class used for creating a method expectation for a Mock Object.
MockCentralServer
          The class used to access the Mock Objects and Proxy instances created within the application.
MockCentralServerException
          RuntimeException class for application exceptions generated within the server package.
MockMethodType
          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 used for constructing Mock Object instances.
SignaturePartBean
          A bean class storing data used to construct a single parameter or return value for a Mock Object method, or a simple Object to be bound into the InitialContext for the current Fixture.
SimpleBoundObjectBean
          Bean class used to store data for simple (non-Mock) JNDI-bound Objects for use within a particular Fixture.
UnknownProxyException
          RuntimeException class used to indicate that a required Proxy object was not found in the map defined by a Fixture instance.
ValueType
          An enum declaring the available value types for an Object (or primitive value) created using the SignaturePartBuilder.extractObject method.