MockerTestBase<(Of <(<'TComponent>)>)>..::..CustomMocks Property

Gets or sets the custom mocks. These are added whenever the component is created.

Namespace:  FastMoq
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


protected IEnumerable<MockModel> CustomMocks { get; set; }
Protected Property CustomMocks As IEnumerable(Of MockModel)
	Get
	Set
protected:
property IEnumerable<MockModel^>^ CustomMocks {
	IEnumerable<MockModel^>^ get ();
	void set (IEnumerable<MockModel^>^ value);
}

Field Value

The custom mocks.