Overload | Description |
---|---|
Invoking<T>(T,Action<T>) | Invokes the specified action on a subject so that you can chain it with any of the assertions from FluentAssertions.Specialized.ActionAssertions |
Invoking<T,TResult>(T,Func<T,TResult>) | Invokes the specified action on a subject so that you can chain it with any of the assertions from FluentAssertions.Specialized.FunctionAssertions<T> |