VerifySet Method

Moq

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodVerifySet(Action<(Of <<'(T>)>>))
Verifies that a property was set on the mock.
Public methodVerifySet(Action<(Of <<'(T>)>>), Times)
Verifies that a property was set on the mock.
Public methodVerifySet(Action<(Of <<'(T>)>>), String)
Verifies that a property was set on the mock, specifying a failure message.
Public methodVerifySet(Action<(Of <<'(T>)>>), Times, String)
Verifies that a property was set on the mock, specifying a failure message.

See Also