MockExpectSetAlways Method

Typemock Isolator Developer Guide
Expect unlimited set of a Property

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

public IPropertyParameters ExpectSetAlways(
	string property
)

Parameters

property
Type: SystemString
Property Name

Return Value

Type: IPropertyParameters
Can Check Property value, see IPropertyParameters

Implements

IMockControlExpectSetAlways(String)
Exceptions

ExceptionCondition
TypeMockExceptionIf property is not found
See Also

Reference