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

S

setAnyParams(String) - Method in class org.mockcentral.server.MethodExpectationBean
Sets the flag indicating whether the method will accept any parameters (if true, an AnyConstraintMatcher will be used to construct the method parameter).
setClassLoader(ClassLoader) - Static method in class org.mockcentral.server.SignaturePartBuilder
Sets the ClassLoader.
setClassName(String) - Method in class org.mockcentral.server.MockObjectSetup
Sets the class name of the Mock Object.
setCollection(String) - Method in class org.mockcentral.server.SignaturePartBean
Deprecated. this method does nothing, but is retained to accommodate pre-2.0 configuration files that include a "collection" element in SignaturePartBean definitions.
setCollectionEntries(List<SignaturePartBean>) - Method in class org.mockcentral.server.SignaturePartBean
Sets the list of entries for the Collection or Array modeled by this instance (if applicable).
setConstructorArgs(List<SignaturePartBean>) - Method in class org.mockcentral.server.SignaturePartBean
Sets the list of entries for the Collection or Array modeled by this instance (if applicable).
setCurrentFixture(Fixture) - Static method in class org.mockcentral.server.SignaturePartBuilder
Assigns the Fixture instance which will be used to get any proxy Objects needed for the signature part value.
setFixtureDescription(String) - Method in class org.mockcentral.server.Fixture
Sets the description of this instance.
setFixtureName(String) - Method in class org.mockcentral.server.Fixture
Sets the name of this instance.
setFixtureName(String) - Method in class org.mockcentral.server.MockObjectSetup
Sets the current Fixture name.
setJndiName(String) - Method in class org.mockcentral.server.MockObjectSetup
Sets the name (if any) under which the proxy will be bound in the MockCentralTestingContext.
setJndiName(String) - Method in class org.mockcentral.server.SimpleBoundObjectBean
Sets the JNDI name under which the Object is bound.
setMethodName(String) - Method in class org.mockcentral.server.MethodExpectationBean
Sets the method name for the expectation.
setMockMethod(String) - Method in class org.mockcentral.server.MethodExpectationBean
Assigns the MockMethodType enum value for the expectation.
setMockObjectName(String) - Method in class org.mockcentral.server.MockObjectSetup
Sets the name identifying the Mock Object.
setResultBean(SignaturePartBean) - Method in class org.mockcentral.server.MethodExpectationBean
Sets the SignaturePartBean object used to create the expectation's result.
setSimpleBoundObjectData(SignaturePartBean) - Method in class org.mockcentral.server.SimpleBoundObjectBean
Sets the SignaturePartBean containing the data used to construct the Object.
setValue(String) - Method in class org.mockcentral.server.SignaturePartBean
Sets the String used to create the value (if applicable).
setValueClassName(String) - Method in class org.mockcentral.server.SignaturePartBean
Sets the String indicating the class type name for the value (if applicable).
setValueType(ValueType) - Method in class org.mockcentral.server.SignaturePartBean
Sets the ValueType for the value.
setValueTypeString(String) - Method in class org.mockcentral.server.SignaturePartBean
Sets the ValueType for the value using the supplied String to look up the appropriate Enum value.
SignaturePartBean - Class in org.mockcentral.server
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.
SignaturePartBean() - Constructor for class org.mockcentral.server.SignaturePartBean
Creates a new instance.
SignaturePartBuilder - Class in org.mockcentral.server
A class used to build an Object (or primitive value) to comprise a single Mock Object method parameter or expected result value, or a simple Object to be bound into the JNDI Context for the current Fixture.
SimpleBoundObjectBean - Class in org.mockcentral.server
Bean class used to store data for simple (non-Mock) JNDI-bound Objects for use within a particular Fixture.
SimpleBoundObjectBean() - Constructor for class org.mockcentral.server.SimpleBoundObjectBean
 

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