Mocks Property

Moq 2.6

Gets the mocks that have been created by this factory and that will get verified together.

Namespace:  Moq
Assembly:  Moq (in Moq.dll) Version: 2.6.1014.1 (2.6.0.0)

Syntax

C#
protected IEnumerable<IMock> Mocks { get; }

See Also