|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UnknownProxyException in org.mockcentral.server |
|---|
| Methods in org.mockcentral.server that throw UnknownProxyException | |
|---|---|
static com.mockobjects.dynamic.ConstraintMatcher |
ParamsBuilder.buildParams(MethodExpectationBean bean)
Creates and returns a ConstraintMatcher instance using the
supplied MethodExpectationBean object. |
static java.lang.Object |
ResultBuilder.buildResult(SignaturePartBean bean)
Creates and returns the expected result Object for a Mock Object method. |
com.mockobjects.dynamic.Mock |
MockObjectSetup.createMockObject()
Creates the Mock Object and adds method expectations to it using the list of MethodExpectationBean instances. |
static java.lang.Object |
SignaturePartBuilder.extractObject(SignaturePartBean bean,
boolean isCollectionEntry)
Returns an Object constructed using the data from the supplied SignaturePartBean instance. |
java.lang.Object |
MockCentralServer.getProxy(java.lang.String mockObjectName)
Returns the Proxy for the Mock Object specified by the
argument. |
java.lang.Object |
MockCentralServer.getProxy(java.lang.String fixtureName,
java.lang.String mockObjectName)
Returns the Proxy for the Mock Object specified by the
arguments. |
void |
MockCentralServer.verifyMock(java.lang.String mockObjectName)
Gets the indicated Mock Object and verifies its expectations. |
void |
MockCentralServer.verifyMock(java.lang.String fixtureName,
java.lang.String mockObjectName)
Gets the indicated Mock Object from the indicated Fixture
and verifies its expectations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||