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