You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Configure an untyped JSInterop invocation handler passing the <paramref name="invocationMatcher"/> test.
72
+
/// </summary>
73
+
/// <param name="jsInterop">The bUnit JSInterop to setup the invocation handling with.</param>
74
+
/// <param name="invocationMatcher">A matcher that is passed an <see cref="JSRuntimeInvocation"/>. If it returns true the invocation is matched.</param>
/// Configure an untyped JSInterop invocation handler with the <paramref name="identifier"/> and arguments
85
+
/// passing the <paramref name="invocationMatcher"/> test.
86
+
/// </summary>
87
+
/// <param name="jsInterop">The bUnit JSInterop to setup the invocation handling with.</param>
88
+
/// <param name="identifier">The identifier to setup a response for.</param>
89
+
/// <param name="invocationMatcher">A matcher that is passed an <see cref="JSRuntimeInvocation"/> associated with the<paramref name="identifier"/>. If it returns true the invocation is matched.</param>
/// Initializes a new instance of the <see cref="UntypedJSRuntimeInvocationHandler"/> class.
18
+
/// </summary>
19
+
/// <param name="interop">The bUnit JSInterop to setup the invocation handling with.</param>
20
+
/// <param name="matcher">An invocation matcher used to determine if the handler should handle an invocation.</param>
21
+
/// <param name="isCatchAllHandler">Set to true if this handler is a catch all handler, that should only be used if there are no other non-catch all handlers available.</param>
0 commit comments