Overload List

  NameDescription
VerifySet<(Of <(T, TProperty>)>)(Mock<(Of <(T>)>), Expression<(Of <(Func<(Of <(T, TProperty>)>)>)>))
Verifies that a property has been set on the mock, regarless of its value.
VerifySet<(Of <(T, TProperty>)>)(Mock<(Of <(T>)>), Expression<(Of <(Func<(Of <(T, TProperty>)>)>)>), Times)
Verifies that a property has been set on the mock, regardless of the value but only the specified number of times.
VerifySet<(Of <(T, TProperty>)>)(Mock<(Of <(T>)>), Expression<(Of <(Func<(Of <(T, TProperty>)>)>)>), String)
Verifies that a property has been set on the mock, specifying a failure error message.
VerifySet<(Of <(T, TProperty>)>)(Mock<(Of <(T>)>), Expression<(Of <(Func<(Of <(T, TProperty>)>)>)>), Times, String)
Verifies that a property has been set on the mock, regardless of the value but only the specified number of times, and specifying a failure error message.

See Also