ExternalAnnotations icon indicating copy to clipboard operation
ExternalAnnotations copied to clipboard

Support FluentAssertions

Open skarllot opened this issue 6 years ago • 0 comments

Could include annotations for FluentAssertions testing library.

Then a code like the below would not trigger a null warning:

   sut.Should().NotBeNull();
   sut.Description.Should().Be(expectedDescription);
// ↳ Null warning here

skarllot avatar Apr 02 '19 19:04 skarllot