When using ReSharper's built in test runner with FluentAssertions a test failing will produce an output message that you can specify within the test. In some cases having this output appear on a passing test would still be useful, mostly to help identify a false positive.
Is there a way to get that output with passing tests? I'm using the XUnit.net testing framework if this helps.