org.as2lib.core.BasicInterface +--org.as2lib.test.mock.MethodBehaviorFactory
MethodBehaviorFactory
creates and returns configured method behaviors.
public function getMethodBehavior(expectedMethodCall:MethodCall):MethodBehavior
Returns a method behaviour that is configured with the passed-in
expectedMethodCall
.
expectedMethodCall | the expected method call to configure the returned behaviour with |
a method behaviour configured for the expectedMethodCall