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

0xced / fluentassertions / 7431194993
97%
develop: 97%

Build:
Build:
LAST BUILD BRANCH: backport-Should-NotNull
DEFAULT BRANCH: develop
Ran 06 Jan 2024 11:15AM UTC
Jobs 1
Files 303
Run time 17s
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

06 Jan 2024 11:05AM UTC coverage: 97.466% (+0.08%) from 97.388%
7431194993

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

3673 of 3890 branches covered (0.0%)

Branch coverage included in aggregate %.

11748 of 11932 relevant lines covered (98.46%)

37475.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7431194993.1 06 Jan 2024 11:15AM UTC 303
97.47
GitHub Action Run
Source Files on build 7431194993
  • Tree
  • List 303
  • Changed 296
  • Source Changed 80
  • Coverage Changed 205
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #7431194993
  • 7a80fef4 on github
  • Prev Build on Should-NotNull (#6520133152)
  • Next Build on Should-NotNull (#7436999013)
  • 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