Mock(T) Members

Moq 2.6

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

Constructors

  NameDescription
Mock<(Of <(T>)>)Overloaded.

Methods

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