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

fluentassertions / fluentassertions / 7520594738
97%
main: 97%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/cspell-9.6.0
DEFAULT BRANCH: main
Ran 14 Jan 2024 05:16PM UTC
Jobs 1
Files 303
Run time 18s
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 Jan 2024 05:09PM UTC coverage: 97.48%. Remained the same
7520594738

push

github

web-flow
Add [NotNull] attribute on the Should() method for object assertions (#2380)

* 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

* Add entry in the release notes under improvements

3675 of 3892 branches covered (0.0%)

Branch coverage included in aggregate %.

11762 of 11944 relevant lines covered (98.48%)

37465.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7520594738.1 14 Jan 2024 05:16PM UTC 0
97.48
GitHub Action Run
Source Files on build 7520594738
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7520594738
  • ca87a816 on github
  • Prev Build on develop (#7517844575)
  • Next Build on develop (#7520600368)
  • 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