Moq |
IProtectedMock<(Of <(<'TMock>)>)>..::..Verify Method |
IProtectedMock<(Of <(<'TMock>)>)> Interface See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
Verify<(Of <<'(TResult>)>>)(String, Times, array<Object>[]()[][]) |
Specifies a verify for an invocation on a property or a non void method with the given
methodName, optionally specifying arguments for the method call.
| |
Verify(String, Times, array<Object>[]()[][]) |
Specifies a verify for a void method with the given methodName,
optionally specifying arguments for the method call. Use in conjuntion with the default
Loose.
|