Mocker..::..CreateMock Method

Overload List


  Name Description
Public method CreateMock(Type, Boolean, array<Object>[]()[][])
Creates the MockModel from the Type. This throws an exception if the mock already exists.
Public method CreateMock<(Of <<'(T>)>>)(Boolean, array<Object>[]()[][])
Creates the MockModel from the type T. This throws an exception if the mock already exists.