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

dennisdoomen / fluentassertions / 31269214548
97%
develop: 97%

Build:
Build:
LAST BUILD BRANCH: dennisdoomen-add-have-line-count-contain-line
DEFAULT BRANCH: develop
Ran 08 Aug 2026 05:30PM UTC
Jobs 1
Files 348
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

08 Aug 2026 05:20PM UTC coverage: 97.167% (+0.01%) from 97.156%
31269214548

push

github

Dennis Doomen
Allow empty expectation for BeSupersetOf and BeProperSupersetOf

Addresses jnyrup's review feedback on #3271: BeSupersetOf and
BeProperSupersetOf previously threw ArgumentException when the
expected collection was empty, which was inconsistent with
BeSubsetOf/BeProperSubsetOf (an empty set is trivially a subset of
everything, so a superset check against an empty expectation should
never throw).

- Split the empty-argument guard out of AssertContainment behind an
  allowEmptyExpectation flag so Contain keeps its existing behavior
  while BeSupersetOf/BeProperSupersetOf now evaluate normally instead
  of throwing.
- BeSupersetOf(empty) now always passes.
- BeProperSupersetOf(empty) now passes when the subject is non-empty
  and fails (not throws) when the subject is also empty, since two
  empty collections are identical rather than a proper superset.
- Rewrote the XML doc comments for BeSubsetOf/BeSupersetOf/
  BeProperSubsetOf/BeProperSupersetOf in plain language, removing set
  notation and math jargon, and dropped the now-inaccurate
  ArgumentException doc entries for the superset methods.
- Wrapped single-element expectations in curly braces in the new
  superset failure messages, matching how multi-element collections
  are already rendered.
- Added missing spec coverage: null expectation, both empty, and
  equal-non-empty collections for BeSupersetOf, BeProperSubsetOf and
  BeProperSupersetOf.
- Updated docs/_pages/collections.md and releases.md.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

4112 of 4392 branches covered (93.62%)

Branch coverage included in aggregate %.

6 of 6 new or added lines in 1 file covered. (100.0%)

13210 of 13435 relevant lines covered (98.33%)

67225.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31269214548.1 08 Aug 2026 05:30PM UTC 348
97.17
GitHub Action Run
Source Files on build 31269214548
  • Tree
  • List 348
  • Changed 230
  • Source Changed 1
  • Coverage Changed 230
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31269214548
  • 4dc2a35f on github
  • Prev Build on fork/dennisdoomen/feature/subset-superset-collections (#30691687590)
  • Next Build on feature/subset-superset-collections (#31269555943)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc