MethodBehaviorFactory
| Kind of class: | interface |
|---|---|
| Inherits from: | BasicInterface |
| Author: | Simon Wacker |
| Classpath: | org.as2lib.test.mock.MethodBehaviorFactory |
| File last modified: | Sunday, 10 April 2005, 11:53:36 |
MethodBehaviorFactory creates and returns configured method behaviors.Summary
Instance methods
getMethodBehavior
function getMethodBehavior (
expectedMethodCall:MethodCall) : MethodBehavior
Returns a method behaviour that is configured with the passed-in
expectedMethodCall.Parameters:
expectedMethodCall:
the expected method call to configure the returned
behaviour with
behaviour with
Returns:
a method behaviour configured for the
expectedMethodCall