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
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
VerifyFocusOnNavigateInvoke(BunitJSInterop, string?)
Verifies that the FocusOnNavigate component has set focus one time.
public static JSRuntimeInvocation VerifyFocusOnNavigateInvoke(this BunitJSInterop handler, string? userMessage = null)
Parameters
handler
BunitJSInteropHandler to verify against.
userMessage
stringA custom user message to display if the assertion fails.