Mocks Property

Moq

Collapse imageExpand ImageCopy imageCopyHover image
Gets the mocks that have been created by this factory and that will get verified together.

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

Syntax

C#
protected internal IEnumerable<Mock> Mocks { get; }

See Also