Interface used to define conditional argument matching when faking behavior. The interface is returned
by the WhenCalledT1, T2, T3, TResult(FuncT1, T2, T3, TResult) method.
Namespace: TypeMock.ArrangeActAssert.Fluent
Assembly: Typemock.ArrangeActAssert (in Typemock.ArrangeActAssert.dll) Version: 9.4.1.0 (9.4.1.0)
Syntax
Type Parameters
- T1
- T2
- T3
- TResult
The INonVoidMatchingHandlerT1, T2, T3, TResult type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AndArgumentsMatch |
Defines a custom argument matching predicate for the method passed in
using its parameter placeholders.
The fake behavior specified in the following statement(s) will be returned only if this
predicate is evaluated as true on the call's arguments.
|
Remarks
See Also