MockerBlazorTestBase<(Of <(<'T>)>)>..::..SetupComponent Property

Gets or sets the setup component action. This is used to setup a component before the test constructor runs.

Namespace:  FastMoq.Web.Blazor
Assembly:  FastMoq.Web (in FastMoq.Web.dll)

Syntax


[ExcludeFromCodeCoverageAttribute]
protected virtual Action<Mocker> SetupComponent { get; set; }
<ExcludeFromCodeCoverageAttribute> _
Protected Overridable Property SetupComponent As Action(Of Mocker)
	Get
	Set
[ExcludeFromCodeCoverageAttribute]
protected:
virtual property Action<Mocker^>^ SetupComponent {
	Action<Mocker^>^ get ();
	void set (Action<Mocker^>^ value);
}

Field Value

The setup component.