ItExpr Members
From Moq
The ItExpr type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Is<(Of <<'(TValue>)>>) | ||
| IsAny<(Of <<'(TValue>)>>) |
Matches any value of the given TValue type.
| |
| IsInRange<(Of <<'(TValue>)>>) |
Matches any value that is in the range specified.
| |
| IsNull<(Of <<'(TValue>)>>) |
Matches a null value of the given TValue type.
| |
| IsRegex(String) |
Matches a string argument if it matches the given regular expression pattern.
| |
| IsRegex(String, RegexOptions) |
Matches a string argument if it matches the given regular expression pattern.
|