Uses of Class
org.mockcentral.server.MockMethodType

Uses of MockMethodType in org.mockcentral.server
 

Methods in org.mockcentral.server that return MockMethodType
static MockMethodType MockMethodType.getMethodType(java.lang.String label)
          Returns the MockMethodType corresponding to the supplied label.
 MockMethodType MethodExpectationBean.getMockMethodType()
          Returns the MockMethodType enum value for the expectation.
static MockMethodType MockMethodType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MockMethodType[] MockMethodType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.