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

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

Build:
Build:
LAST BUILD BRANCH: backport-Should-NotNull
DEFAULT BRANCH: develop
Ran 13 Oct 2023 08:12AM UTC
Jobs 1
Files 301
Run time 6s
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

13 Oct 2023 08:03AM UTC coverage: 97.387%. First build
6505623765

push

github

0xced
Add [NotNull] attribute on the Should() method for object assertions

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 %.

11641 of 11833 relevant lines covered (98.38%)

19352.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6505623765.1 13 Oct 2023 08:12AM UTC 301
97.39
GitHub Action Run
Source Files on build 6505623765
  • Tree
  • List 301
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #6505623765
  • ad09e3b6 on github
  • Next Build on Should-NotNull (#6520133152)
  • 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