The Mocks type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateReal<(Of <(T>)>) |
Method that is turned into the actual call from .Query{T}, to
transform the queryable query into a normal enumerable query.
This method should not be used by consumers.
| |
| Query<(Of <(T>)>) |
Creates a query for mocks of the given type.
|