Verify Method

Moq 2.6

Overload List

  NameDescription
Verify()()()
Implements Verify()()().
Verify(Expression<(Of <(Action<(Of <(T>)>)>)>))
Verifies that a specific invocation matching the given expression was performed on the mock. Use in conjuntion with the default Loose.
Verify<(Of <(TResult>)>)(Expression<(Of <(Func<(Of <(T, TResult>)>)>)>))
Verifies that a specific invocation matching the given expression was performed on the mock. Use in conjuntion with the default Loose.

See Also