MockManagerIsTypeMocked Method (Type)

Typemock Isolator Developer Guide
Check if a type is mocked (with MockAll or instance mocks)

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.7.0 (9.3.7.0)
Syntax

public static bool IsTypeMocked(
	Type type
)

Parameters

type
Type: SystemType
Type to check

Return Value

Type: Boolean
true when the type is mocked
Remarks

See Also

Reference