Overload List

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

See Also