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

G

getCollectionEntries() - Method in class org.mockcentral.server.SignaturePartBean
Returns the list of entries for the Collection or Array modeled by this instance (if applicable).
getConstructorArgs() - Method in class org.mockcentral.server.SignaturePartBean
Returns the list of arguments for the Class constructor (if applicable).
getContext() - Method in class org.mockcentral.server.MockCentralServer
Returns the MockCentralTestingContext instance.
getCurrentFixtureName() - Static method in class org.mockcentral.server.Fixture
Returns the name of the Fixture currently being created.
getFixtureDescription() - Method in class org.mockcentral.server.Fixture
Returns the description of this instance.
getFixtureName() - Method in class org.mockcentral.server.Fixture
Returns the name of this instance.
getImportedFixture() - Method in class org.mockcentral.server.FixtureImportsComposite
Returns the imported Fixture.
getImportedFixtureNames() - Method in class org.mockcentral.server.Fixture
Returns the list of names of Fixture instances imported by this instance.
getImports() - Method in class org.mockcentral.server.FixtureImportsComposite
Returns the list of all descendant instances.
getInstance() - Static method in class org.mockcentral.server.MockCentralServer
Returns the Singleton instance.
getJNDIBoundObjectsMap() - Method in class org.mockcentral.server.Fixture
Returns the map of Proxy objects and simple(non-Mock) objects used in this Fixture that will be bound under a JNDI name in the MockCentralTestingContext.
getJndiName() - Method in class org.mockcentral.server.MockObjectSetup
Returns the name (if any) under which the proxy will be bound in the MockCentralTestingContext.
getJndiName() - Method in class org.mockcentral.server.SimpleBoundObjectBean
Returns the JNDI name under which the Object is bound.
getLabel() - Method in enum org.mockcentral.server.MockMethodType
Returns the label for this Enum value.
getLabel() - Method in enum org.mockcentral.server.ValueType
Returns the label for this Enum value.
getMethodName() - Method in class org.mockcentral.server.MethodExpectationBean
Returns the method name for the expectation.
getMethodType(String) - Static method in enum org.mockcentral.server.MockMethodType
Returns the MockMethodType corresponding to the supplied label.
getMockMethodType() - Method in class org.mockcentral.server.MethodExpectationBean
Returns the MockMethodType enum value for the expectation.
getMockObjectName() - Method in class org.mockcentral.server.MockObjectSetup
Returns the name identifying the Mock Object.
getMockObjectsMap() - Method in class org.mockcentral.server.Fixture
Returns the map of the Mock Objects used in this instance.
getParamBeans() - Method in class org.mockcentral.server.MethodExpectationBean
Returns the list of SignaturePartBean objects used to create the expectation's method parameters.
getProxiesMap() - Method in class org.mockcentral.server.Fixture
Returns the map of Proxy objects for the Mock objects used in this instance.
getProxy(SignaturePartBean) - Method in class org.mockcentral.server.Fixture
Returns the Proxy stored under the name matching the value field of the supplied SignaturepartBean.
getProxy(String) - Method in class org.mockcentral.server.MockCentralServer
Returns the Proxy for the Mock Object specified by the argument.
getProxy(String, String) - Method in class org.mockcentral.server.MockCentralServer
Returns the Proxy for the Mock Object specified by the arguments.
getResultBean() - Method in class org.mockcentral.server.MethodExpectationBean
Returns the SignaturePartBean object used to create the expectation's result.
getSimpleBoundObjectData() - Method in class org.mockcentral.server.SimpleBoundObjectBean
Returns the SignaturePartBean containing the data used to construct the Object.
getString(String) - Static method in class org.mockcentral.server.MockCentralServerMessages
Returns a resource from the ResourceBundle using the supplied key.
getUnknownProxyName() - Method in exception org.mockcentral.server.UnknownProxyException
Returns the name of the unknown proxy Object.
getValue() - Method in class org.mockcentral.server.SignaturePartBean
Returns the String used to create the value (if applicable).
getValueClassName() - Method in class org.mockcentral.server.SignaturePartBean
Returns the String indicating the class type name for the value (if applicable).
getValueType() - Method in class org.mockcentral.server.SignaturePartBean
Returns the ValueType for the value.
getValueType(String) - Static method in enum org.mockcentral.server.ValueType
Returns the ValueType corresponding to the supplied label.

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