Mock(T) Properties

Moq 2.6

The Mock<(Of <(T>)>) type exposes the following members.

Properties

  NameDescription
Behavior
Implements Behavior.
(Inherited from Mock.)
CallBase
Implements CallBase.
(Inherited from Mock.)
DefaultValue
Implements DefaultValue.
(Inherited from Mock.)
ImplementedInterfaces
Exposes the list of extra interfaces implemented by the mock.
(Inherited from Mock.)
Object
Exposes the mocked object instance.

See Also