MockExpectUnmockedSet Method (String)

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

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

public IParameters ExpectUnmockedSet(
	string property
)

Parameters

property
Type: SystemString
Property Name

Return Value

Type: IParameters
Can Check Parameters, see IParameters

Implements

IMockControlExpectUnmockedSet(String)
Exceptions

ExceptionCondition
TypeMockExceptionIf method not found or is not void
See Also

Reference