|
Name |
Description |
|
ClickButton(IElement, Func<(Of <<'(Boolean>)>>), Nullable<(Of <<'(TimeSpan>)>>))
|
Clicks the button element.
|
|
ClickButton(String, Func<(Of <<'(Boolean>)>>), Nullable<(Of <<'(TimeSpan>)>>))
|
Clicks the button element.
|
|
ClickButton(Func<(Of <<'(IElement, Boolean>)>>), Func<(Of <<'(Boolean>)>>), Nullable<(Of <<'(TimeSpan>)>>))
|
Clicks the button element.
|
|
ClickButton<(Of <<'(TComponent>)>>)(String, Func<(Of <<'(Boolean>)>>), IRenderedComponent<(Of <<'(TComponent>)>>), Nullable<(Of <<'(TimeSpan>)>>))
|
Clicks the button element.
|
|
ClickButton<(Of <<'(TComponent>)>>)(String, Func<(Of <<'(Boolean>)>>), Nullable<(Of <<'(TimeSpan>)>>))
|
Clicks the button element.
|
|
ClickDropdownItem<(Of <<'(TComponent>)>>)(IRenderedComponent<(Of <<'(TComponent>)>>), String, String, Func<(Of <<'(Boolean>)>>))
|
Clicks the dropdown item.
|
|
ClickDropdownItem<(Of <<'(TComponent>)>>)(String, Func<(Of <<'(Boolean>)>>), String)
|
|
|
Dispose
|
Disposes of the test context resources, in particular it disposes the Services()()()()
service provider. Any async services registered with the service provider will disposed first,
but their disposal will not be awaited..
|
|
FindAllByTag
|
Finds all by tag.
|
|
FindById
|
Finds the by identifier.
|
|
GetAllComponents()()()()
|
Gets all components, regardless of render tree.
|
|
GetAllComponents<(Of <<'(TComponent>)>>)()()()()
|
Gets all components from the renderer and their state.
|
|
GetComponent<(Of <<'(TComponent>)>>)()()()()
|
Gets the component.
|
|
GetComponent<(Of <<'(TComponent>)>>)(Func<(Of <<'(IRenderedComponent<(Of <<'(TComponent>)>>), Boolean>)>>))
|
Gets the component.
|
|
GetComponent<(Of <<'(TComponent>)>>)(Func<(Of <<'(IElement, Boolean>)>>))
|
Gets the component.
|
|
GetComponents<(Of <<'(TOfType>)>>)(Nullable<(Of <<'(Func<(Of <<'(IRenderedComponent<(Of <<'(TOfType>)>>), Boolean>)>>)>)>>))
|
|
|
GetComponents<(Of <<'(TOfType>)>>)(Nullable<(Of <<'(Func<(Of <<'(IElement, Boolean>)>>)>)>>))
|
|
|
GetInjections(Type, Type)
|
Gets the injections.
|
|
GetInjections(Type)
|
Gets the injections.
|
|
GetInjections<(Of <<'(TComponent>)>>)()()()()
|
Gets the injections.
|
|
InjectComponent(Type)
|
Injects the component.
|
|
InjectComponent(Type, Type)
|
Injects the component.
|
|
InjectComponent<(Of <<'(TComponent>)>>)()()()()
|
Injects the component.
|
|
InjectComponent<(Of <<'(TComponent, TInjectAttribute>)>>)()()()()
|
Injects the component.
|
|
IsExists
|
Determines whether the specified CSS selector is exists.
|
|
OnAuthorizedClaimsChanged
|
Handles the [E:AuthorizedClaimsChanged] event.
|
|
OnAuthorizedPoliciesChanged
|
Handles the [E:AuthorizedPoliciesChanged] event.
|
|
OnAuthorizedRolesChanged
|
Handles the [E:AuthorizedRolesChanged] event.
|
|
RenderComponent(Boolean)
|
Renders the component. If the component is already rendered, it will act like a stateChanged.
|
|
RenderComponent(Action<(Of <<'(ComponentParameterCollectionBuilder<(Of <<'(T>)>>)>)>>), Boolean)
|
Renders the component. If the component is already rendered, it will act like a stateChanged.
|
|
SetAutoComplete
|
Sets the automatic complete.
|
|
SetElementCheck<(Of <<'(TComponent>)>>)
|
Sets the element check.
|
|
SetElementSwitch<(Of <<'(TComponent>)>>)
|
Sets the element switch.
|
|
SetElementText(IElement, String, Func<(Of <<'(Boolean>)>>), Nullable<(Of <<'(TimeSpan>)>>))
|
Sets the element text.
|
|
SetElementText(String, String, Func<(Of <<'(Boolean>)>>), Nullable<(Of <<'(TimeSpan>)>>), Nullable<(Of <<'(IRenderedFragment>)>>))
|
Sets the element text.
|
|
Setup
|
Setup and create component.
|
|
SetupAuthorization
|
Setups the authorization.
|
|
SetupJsInterop
|
Adds the utilities.
|
|
SetupMocks
|
Setups the mocks.
|
|
SetupServices
|
Setups the services.
|
|
WaitDelay
|
Waits the delay time. Use only when absolutely needed. Prefer use of WaitForState, WaitForExists, or
WaitForNotExists.
|
|
WaitForExists
|
Waits for exists.
|
|
WaitForNotExists
|
Waits for not exists.
|
|
WaitForState
|
Waits for state.
|