SetupGet(TProperty) Method

Moq

Collapse imageExpand ImageCopy imageCopyHover image
Specifies a setup for an invocation on a property getter with the given propertyName.

Namespace: Moq.Protected
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)

Syntax

C#
ISetupGetter<TMock, TProperty> SetupGet<TProperty>(
	string propertyName
)

Parameters

propertyName
Type: System..::..String
The name of the property.

Type Parameters

TProperty
The type of the property.

See Also