Class FocusOnNavigateAssertJSInteropExtensions
- Namespace
- Bunit
- Assembly
- Bunit.Web.dll
Extensions methods for verifying FocusOnNavigate focus calls.
public static class FocusOnNavigateAssertJSInteropExtensions
- Inheritance
-
FocusOnNavigateAssertJSInteropExtensions
- Inherited Members
Methods
VerifyFocusOnNavigateInvoke(BunitJSInterop, int, string?)
Verifies that the FocusOnNavigate component has set focus calledTimes times.
public static IReadOnlyList<JSRuntimeInvocation> VerifyFocusOnNavigateInvoke(this BunitJSInterop handler, int calledTimes, string? userMessage = null)
Parameters
handlerBunitJSInteropHandler to verify against.
calledTimesintThe number of times the invocation is expected to have been called.
userMessagestringA custom user message to display if the assertion fails.
Returns
VerifyFocusOnNavigateInvoke(BunitJSInterop, string?)
Verifies that the FocusOnNavigate component has set focus one time.
public static JSRuntimeInvocation VerifyFocusOnNavigateInvoke(this BunitJSInterop handler, string? userMessage = null)
Parameters
handlerBunitJSInteropHandler to verify against.
userMessagestringA custom user message to display if the assertion fails.