MockerBlazorTestBase<(Of <(<'T>)>)>..::..SetupJsInterop Method

Adds the utilities.

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

Syntax


public virtual void SetupJsInterop(
	BunitJSInterop jsInterop,
	Nullable<InvocationMatcher> jsInvocationMatcher,
	bool isCatchAll
)
Public Overridable Sub SetupJsInterop ( _
	jsInterop As BunitJSInterop, _
	jsInvocationMatcher As Nullable(Of InvocationMatcher), _
	isCatchAll As Boolean _
)
public:
virtual void SetupJsInterop(
	BunitJSInterop^ jsInterop, 
	Nullable<InvocationMatcher^> jsInvocationMatcher, 
	bool^ isCatchAll
)

Parameters

jsInterop
Type: BunitJSInterop
The js interop.
jsInvocationMatcher
Type: Nullable<(Of <(<'InvocationMatcher>)>)>
The js invocation matcher.
isCatchAll
Type: Boolean
if set to true [is catch all].