IMockBehavior Interface

Typemock Isolator Developer Guide
Typemock Natural Mocks can validates parameter values, collections and arrays, as well as repeat expectation.

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

public interface IMockBehavior

The IMockBehavior type exposes the following members.

Methods

  NameDescription
Public methodCheckArguments
Public methodIgnoreArguments
Public methodRepeat
Public methodRepeatAlways
Public methodWhenArgumentsMatch
Top
Remarks

To change to mock Behavior use IMockBehavior returned from RecordExpectations methods You can validate that parameters passed are as you expected and repeat the expectations.
Note Note
This Interface is not to be implemented by client
See Also

Reference