MockerBlazorTestBase<(Of <(<'T>)>)> Constructor (Boolean, Nullable<(Of <(<'InvocationMatcher>)>)>, Boolean)

Initializes a new instance of the MockerBlazorTestBase<(Of <(<'T>)>)> class.

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

Syntax


protected MockerBlazorTestBase(
	bool skipSetup,
	Nullable<InvocationMatcher> jsInvocationMatcher,
	bool isCatchAllMatcher
)
Protected Sub New ( _
	skipSetup As Boolean, _
	jsInvocationMatcher As Nullable(Of InvocationMatcher), _
	isCatchAllMatcher As Boolean _
)
protected:
MockerBlazorTestBase(
	bool^ skipSetup, 
	Nullable<InvocationMatcher^> jsInvocationMatcher, 
	bool^ isCatchAllMatcher
)

Parameters

skipSetup
Type: Boolean
if set to true [skip setup].
jsInvocationMatcher
Type: Nullable<(Of <(<'InvocationMatcher>)>)>
Optional invocation matcher for JSInterop.
isCatchAllMatcher
Type: Boolean
Indicates if the invocationMatches is also a catch-all.