Namespace:
FastMoq.Web.Blazor
Assembly:
FastMoq.Web (in FastMoq.Web.dll)
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.