Overload | Description |
---|---|
WithResult<T>(Task<AndWhichConstraint<GenericAsyncFunctionAssertions<T>,T>>,T,String,Object[]) | Asserts that the completed Task provides the specified result. |
WithResult<T>(Task<AndWhichConstraint<TaskCompletionSourceAssertions<T>,T>>,T,String,Object[]) | Asserts that the completed TaskCompletionSource provides the specified result. |