• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

0xced / fluentassertions / 6520133152 / 1
97%
develop: 97%

Build:
Build:
LAST BUILD BRANCH: backport-Should-NotNull
DEFAULT BRANCH: develop
Ran 14 Oct 2023 09:56PM UTC
Files 303
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Oct 2023 09:46PM UTC coverage: 97.388%. Remained the same
6520133152.1

push

github

0xced
Add [NotNull] attribute on the Should() method of reference types

Compelling example:

```csharp
[Theory]
[InlineData(true)]
[InlineData(false)]
public void Test1(bool currentUser)
{
    IPrincipal principal = currentUser ? new WindowsPrincipal(WindowsIdentity.GetCurrent()) : new ClaimsPrincipal();
    IIdentity? identity = principal.Identity;
    
    identity.Should().NotBeOfType<GenericIdentity>();
    identity.IsAuthenticated.Should().BeFalse();
}
```

Fixes #1115

3603 of 3820 branches covered (0.0%)

Branch coverage included in aggregate %.

11648 of 11840 relevant lines covered (98.38%)

21232.19 hits per line

Source Files on job 6520133152.1
  • Tree
  • List 0
  • Changed 47
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 6520133152
  • 6b0107d3 on github
  • Prev Job for on Should-NotNull (#6520119702.1)
  • Next Job for on Should-NotNull (#7431194993.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc