Overload | Description |
---|---|
Awaiting<T>(T,Func<T,Task>) | Invokes the specified action on a subject so that you can chain it with any of the assertions from FluentAssertions.Specialized.NonGenericAsyncFunctionAssertions |
Awaiting<T,TResult>(T,Func<T,Task<TResult>>) | Invokes the specified action on a subject so that you can chain it with any of the assertions from FluentAssertions.Specialized.GenericAsyncFunctionAssertions<TResult> |
Awaiting<T>(T,Func<T,ValueTask>) | Invokes the specified action on a subject so that you can chain it with any of the assertions from FluentAssertions.Specialized.NonGenericAsyncFunctionAssertions |
Awaiting<T,TResult>(T,Func<T,ValueTask<TResult>>) | Invokes the specified action on a subject so that you can chain it with any of the assertions from FluentAssertions.Specialized.GenericAsyncFunctionAssertions<TResult> |