MockMethodSettingsSetProperty Method

Typemock Isolator Developer Guide
Perform Behavior tweaking on methods rather then the whole mocked type

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

public IMethodSettings MethodSettingsSetProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of Property

Return Value

Type: IMethodSettings
Interface to change method Behavior

Implements

IMockControlMethodSettingsSetProperty(String)
Remarks

Currently you can set Strictness and CallEventHandler
See Also

Reference