Package org.as2lib.test.mock.support

Class Summary
DefaultArgumentsMatcher DefaultArgumentsMatcher matches the expected arguments agains the actual arguments
DefaultBehavior DefaultBehavior stores expected behaviors and exposes them for verification
DefaultMethodBehavior DefaultMethodBehavior stores the expected and actual behaviors of one method and verifies the expectation against the actual method calls
RecordState RecordState records behaviors
ReplayState ReplayState replays behavior
StateArgumentMatcher StateArgumentMatcher checks whether one argument is in an expected state
TypeArgumentsMatcher TypeArgumentsMatcher matches the actual arguments agains a list of types