Setup and create component.
Namespace:
FastMoq.Web.Blazor
Assembly:
FastMoq.Web (in FastMoq.Web.dll)
protected internal void Setup(
Nullable<InvocationMatcher> jsInvocationMatcher,
bool isCatchAllMatcher
)
Protected Friend Sub Setup ( _
jsInvocationMatcher As Nullable(Of InvocationMatcher), _
isCatchAllMatcher As Boolean _
)
protected public:
void Setup(
Nullable<InvocationMatcher^> jsInvocationMatcher,
bool^ isCatchAllMatcher
)
Parameters
- jsInvocationMatcher
- Type: Nullable<(Of <(<'InvocationMatcher>)>)>
- isCatchAllMatcher
- Type: Boolean