Mocker..::..GetMock Method
Overload List
Name | Description | |
---|---|---|
GetMock<(Of <<'(T>)>>)(array<Object>[]()[][]) |
Gets or creates the mock of type T.
|
|
GetMock<(Of <<'(T>)>>)(Action<(Of <<'(Mock<(Of <<'(T>)>>)>)>>), array<Object>[]()[][]) |
Gets the mock and allows an action against the mock.
|
|
GetMock(Type, array<Object>[]()[][]) |
Gets of creates the mock of type.
|