Mock Methods

Moq 2.6

The Mock type exposes the following members.

Methods

  NameDescription
CreateEventHandlerOverloaded.
Get<(Of <(T>)>)
Retrieves the mock object for the given object instance.
GetObject
Returns the mocked object value.
Verify
Implements Verify()()().
VerifyAll
Implements VerifyAll()()().

See Also