It Members

Moq

Collapse imageExpand ImageCopy imageCopyHover image

The It type exposes the following members.

Methods

  NameDescription
Public methodStatic memberIs<(Of <<'(TValue>)>>)
Public methodStatic memberIsAny<(Of <<'(TValue>)>>)
Matches any value of the given TValue type.
Public methodStatic memberIsInRange<(Of <<'(TValue>)>>)
Matches any value that is in the range specified.
Public methodStatic memberIsRegex(String)
Matches a string argument if it matches the given regular expression pattern.
Public methodStatic memberIsRegex(String, RegexOptions)
Matches a string argument if it matches the given regular expression pattern.

See Also