MockExpectUnmockedGet Method (String)

Typemock Isolator Developer Guide
Verify 1 get of a Property , continue with get method as normal

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

public IParameters ExpectUnmockedGet(
	string property
)

Parameters

property
Type: SystemString
Property Name

Return Value

Type: IParameters
Can Check Parameters, see IParameters

Implements

IMockControlExpectUnmockedGet(String)
Exceptions

ExceptionCondition
TypeMockExceptionIf method not found or is not void
See Also

Reference