Uses of Class
org.mockcentral.server.MethodExpectationBean

Uses of MethodExpectationBean in org.mockcentral.server
 

Methods in org.mockcentral.server with parameters of type MethodExpectationBean
 void MockObjectSetup.addMethodExpectation(MethodExpectationBean bean)
          Adds an entry to the list of all the MethodExpectationBean instances used to create the Mock Object.
static com.mockobjects.dynamic.ConstraintMatcher ParamsBuilder.buildParams(MethodExpectationBean bean)
          Creates and returns a ConstraintMatcher instance using the supplied MethodExpectationBean object.