IMockerBlazorTestHelpers<(Of <(<'T>)>)>..::..WaitForNotExists Method
Waits for not exists.
Namespace:
FastMoq.Web.Blazor.InterfacesAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
IMockerBlazorTestHelpers<T> WaitForNotExists( string cssSelector, Nullable<TimeSpan> waitTimeout )
Function WaitForNotExists ( _ cssSelector As String, _ waitTimeout As Nullable(Of TimeSpan) _ ) As IMockerBlazorTestHelpers(Of T)
IMockerBlazorTestHelpers<T>^ WaitForNotExists( String^ cssSelector, Nullable<TimeSpan^> waitTimeout )
Parameters
- cssSelector
- Type: String
The CSS selector.
- waitTimeout
- Type: Nullable<(Of <(<'TimeSpan>)>)>
The wait timeout.