Class FocusAsyncAssertJSInteropExtensions
- Namespace
- Bunit
- Assembly
- Bunit.Web.dll
Extensions methods for verifying FocusAsync(ElementReference) method calls.
public static class FocusAsyncAssertJSInteropExtensions
- Inheritance
-
FocusAsyncAssertJSInteropExtensions
- Inherited Members
Methods
VerifyFocusAsyncInvoke(BunitJSInterop, int, string?)
Verifies that the FocusAsync(ElementReference) method has been invoked calledTimes
times.
public static IReadOnlyList<JSRuntimeInvocation> VerifyFocusAsyncInvoke(this BunitJSInterop handler, int calledTimes, string? userMessage = null)
Parameters
handler
BunitJSInteropHandler to verify against.
calledTimes
intThe number of times the invocation is expected to have been called.
userMessage
stringA custom user message to display if the assertion fails.
Returns
VerifyFocusAsyncInvoke(BunitJSInterop, string?)
Verifies that the FocusAsync(ElementReference) method has been invoked one time.
public static JSRuntimeInvocation VerifyFocusAsyncInvoke(this BunitJSInterop handler, string? userMessage = null)
Parameters
handler
BunitJSInteropHandler to verify against.
userMessage
stringA custom user message to display if the assertion fails.