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

Gets or sets the setup mocks action. This action is run before the component is created.

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

Syntax


protected virtual Nullable<Action<Mocker>> SetupMocksAction { get; }
Protected Overridable ReadOnly Property SetupMocksAction As Nullable(Of Action(Of Mocker))
	Get
protected:
virtual property Nullable<Action<Mocker^>^> SetupMocksAction {
	Nullable<Action<Mocker^>^> get ();
}

Field Value

The setup mocks action.