ItExpr Class

Moq

Collapse imageExpand ImageCopy imageCopyHover image
Allows the specification of a matching condition for an argument in a protected member setup, rather than a specific argument value. "ItExpr" refers to the argument being matched.

Namespace: Moq.Protected
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)

Syntax

C#
public static class ItExpr

Remarks

Use this variant of argument matching instead of It for protected setups.

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, or null.

Inheritance Hierarchy

System..::..Object
  Moq.Protected..::..ItExpr

See Also