VerifySet Method

Moq 2.6

Overload List

  NameDescription
VerifySet<(Of <(TProperty>)>)(Expression<(Of <(Func<(Of <(T, TProperty>)>)>)>))
Verifies that a property has been set on the mock. Use in conjuntion with the default Loose.
VerifySet<(Of <(TProperty>)>)(Expression<(Of <(Func<(Of <(T, TProperty>)>)>)>), TProperty)
Verifies that a property has been set on the mock to the given value. Use in conjuntion with the default Loose.

See Also