Mock Methods
From Moq 2.6
The Mock type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateEventHandler | Overloaded. | |
| Get<(Of <(T>)>) |
Retrieves the mock object for the given object instance.
| |
| GetObject |
Returns the mocked object value.
| |
| Verify |
Implements Verify()()().
| |
| VerifyAll |
Implements VerifyAll()()().
|