Fluent Assertions Documentation
FluentAssertions Namespace / AssertionExtensions Class / Awaiting Method / Awaiting<T,TResult>(T,Func<T,ValueTask<TResult>>) Method
In This Topic
    Awaiting<T,TResult>(T,Func<T,ValueTask<TResult>>) Method
    In This Topic
    Invokes the specified action on a subject so that you can chain it with any of the assertions from FluentAssertions.Specialized.GenericAsyncFunctionAssertions<TResult>
    Syntax

    Parameters

    subject
    action

    Type Parameters

    T
    TResult
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also