Class HasAtLeastActiveTimerCountEventuallyAssertionExtensions
- Namespace
- TUnit.Assertions.Extensions
- Assembly
- TimeAssertions.TUnit.dll
Generated extension methods for HasAtLeastActiveTimerCountEventuallyAssertion.
public static class HasAtLeastActiveTimerCountEventuallyAssertionExtensions
- Inheritance
-
HasAtLeastActiveTimerCountEventuallyAssertionExtensions
- Inherited Members
Methods
HasAtLeastActiveTimerCountEventually(IAssertionSource<ObservableTimeProvider>, int, TimeSpan, TimeSpan?, CancellationToken, string?, string?, string?, string?)
Extension method for HasAtLeastActiveTimerCountEventuallyAssertion.
public static HasAtLeastActiveTimerCountEventuallyAssertion HasAtLeastActiveTimerCountEventually(this IAssertionSource<ObservableTimeProvider> source, int count, TimeSpan timeout, TimeSpan? pollingInterval = null, CancellationToken cancellationToken = default, string? countExpression = null, string? timeoutExpression = null, string? pollingIntervalExpression = null, string? cancellationTokenExpression = null)
Parameters
sourceIAssertionSource<ObservableTimeProvider>countinttimeoutTimeSpanpollingIntervalTimeSpan?cancellationTokenCancellationTokencountExpressionstringtimeoutExpressionstringpollingIntervalExpressionstringcancellationTokenExpressionstring