Mocker..::..CreateMock Method
Overload List
| Name | Description | |
|---|---|---|
|
|
CreateMock(Type, Boolean, array<Object>[]()[][]) |
Creates the MockModel from the Type. This throws an exception if the mock already exists.
|
|
|
CreateMock<(Of <<'(T>)>>)(Boolean, array<Object>[]()[][]) |
Creates the MockModel from the type T. This throws an exception if the mock already exists.
|

