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

JaCraig / TestFountain / 12781456862
79%

Build:
DEFAULT BRANCH: master
Ran 15 Jan 2025 04:21AM UTC
Jobs 1
Files 12
Run time 1min
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

15 Jan 2025 04:20AM UTC coverage: 78.07% (-0.6%) from 78.655%
12781456862

push

github

JaCraig
fix(tests): replace FluentAssertions with Xunit assertions

The changes involve removing the FluentAssertions library and replacing its assertions with Xunit assertions across multiple test files.

* Removed FluentAssertions from using directives in various test files.
* Replaced `Should().NotBeNull()` with `Assert.NotNull()`.
* Replaced `Should().BeInRange()` with `Assert.InRange()`.
* Replaced `Should().BeEquivalentTo()` with `Assert.Equal()`.
* Replaced `Should().BeGreaterThan()` with `Assert.True()`.
* Replaced `Should().NotBeNullOrEmpty()` with `Assert.NotEmpty()`.
* Replaced `Should().ContainSingle()` with `Assert.Single()`.
* Replaced `Should().BeTrue()` with `Assert.True()`.
* Replaced `Should().BeOfType()` with `Assert.IsType()`.
* Replaced `Should().BeNull()` with `Assert.Null()`.
* Replaced `Should().BeEmpty()` with `Assert.Empty()`.
* Removed FluentAssertions package reference from `TestFountain.csproj`.

Closes #123

66 of 116 branches covered (56.9%)

Branch coverage included in aggregate %.

201 of 226 relevant lines covered (88.94%)

393464.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12781456862.1 15 Jan 2025 04:21AM UTC 12
78.07
GitHub Action Run
Source Files on build 12781456862
  • Tree
  • List 12
  • Changed 9
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #12781456862
  • 0003fe18 on github
  • Prev Build on master (#12719123940)
  • Next Build on master (#12877069845)
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