SetupSet Method

Moq

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodSetupSet<(Of <<'(TProperty>)>>)(Action<(Of <<'(T>)>>))
Specifies a setup on the mocked type for a call to to a property setter.
Public methodSetupSet(Action<(Of <<'(T>)>>))
Specifies a setup on the mocked type for a call to to a property setter.

See Also