Allows the specification of a matching condition for an
argument in a method invocation, rather than a specific
argument value. "It" refers to the argument being matched.
Namespace:
MoqAssembly: Moq (in Moq.dll) Version: 4.0.812.4 (4.0.0.0)
Syntax
| C# |
|---|
public static class It |
Remarks
This class allows the setup to match a method invocation
with an arbitrary value, with a value in a specified range, or
even one that matches a given predicate.
Inheritance Hierarchy
Object
Moq..::.It
Moq..::.It