It Methods

Moq 2.6

The It type exposes the following members.

Methods

  NameDescription
Is<(Of <(TValue>)>)
Matches any value that satisfies the given predicate.
IsAny<(Of <(TValue>)>)
Matches any value of the given TValue type.
IsInRange<(Of <(TValue>)>)
Matches any value that is in the range specified.
IsRegexOverloaded.

See Also