IProtectedMock Methods

Moq 2.6

The IProtectedMock type exposes the following members.

Methods

  NameDescription
ExpectOverloaded.
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.

See Also