Overload | Description |
---|---|
NotThrowAsync(String,Object[]) | Asserts that the current Func does not throw any exception. |
NotThrowAsync<TException> | Asserts that the current Func does not throw an exception of type TException. (Inherited from FluentAssertions.Specialized.AsyncFunctionAssertions<Task,NonGenericAsyncFunctionAssertions>) |