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

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

Build:
Build:
LAST BUILD BRANCH: backport-Should-NotNull
DEFAULT BRANCH: develop
Ran 12 Jan 2024 10:50AM UTC
Jobs 1
Files 303
Run time 19s
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

12 Jan 2024 10:42AM UTC coverage: 97.48% (+0.01%) from 97.468%
7501092480

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

3675 of 3892 branches covered (0.0%)

Branch coverage included in aggregate %.

11762 of 11944 relevant lines covered (98.48%)

37532.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7501092480.1 12 Jan 2024 10:50AM UTC 303
97.48
GitHub Action Run
Source Files on build 7501092480
  • Tree
  • List 303
  • Changed 17
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #7501092480
  • c1784780 on github
  • Prev Build on Should-NotNull (#7436999013)
  • Next Build on Should-NotNull (#7515207980)
  • 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