Returns the mock for all instances of a type, or null if it is not mocked
Namespace:
TypeMock
Assembly:
TypeMock (in TypeMock.dll) Version: 9.3.7.0 (9.3.7.0)
public static Mock GetMockAll(
Type type
)
Public Shared Function GetMockAll (
type As Type
) As Mock
Parameters
- type
- Type: SystemType
Type to return the mock
Return Value
Type:
MockThe mock
Reference