Overload List
| Name | Description | |
|---|---|---|
| VerifyGet<(Of <(TProperty>)>)(Expression<(Of <(Func<(Of <(T, TProperty>)>)>)>)) |
Verifies that a property was read on the mock.
| |
| VerifyGet<(Of <(TProperty>)>)(Expression<(Of <(Func<(Of <(T, TProperty>)>)>)>), Times) |
Verifies that a property was read on the mock.
| |
| VerifyGet<(Of <(TProperty>)>)(Expression<(Of <(Func<(Of <(T, TProperty>)>)>)>), String) |
Verifies that a property was read on the mock, specifying a failure
error message.
| |
| VerifyGet<(Of <(TProperty>)>)(Expression<(Of <(Func<(Of <(T, TProperty>)>)>)>), Times, String) |
Verifies that a property was read on the mock, specifying a failure
error message.
|