Verify Method

Moq

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodVerify<(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.
Public methodVerify(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.

See Also