IProtectedMock Methods
From Moq 2.6
The IProtectedMock type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Expect | Overloaded. | |
| ExpectGet<(Of <(TProperty>)>) |
Sets an expectation on a property getter with the given
propertyName.
| |
| ExpectSet<(Of <(TProperty>)>) |
Sets an expectation on a property setter with the given
propertyName.
|