Skip to content

Correct behavior of ImplementAny fluent syntax for empty arguments#451

Open
alexanderlinne wants to merge 1 commit intomainfrom
446-notimplementanyinterfaces-returns-fail-if-interfaces-is-empty
Open

Correct behavior of ImplementAny fluent syntax for empty arguments#451
alexanderlinne wants to merge 1 commit intomainfrom
446-notimplementanyinterfaces-returns-fail-if-interfaces-is-empty

Conversation

@alexanderlinne
Copy link
Collaborator

Fixes #446

ImplementAny and NotImplementAny did not correctly handle empty arguments due to optimizations for those cases.

Signed-off-by: Alexander Linne <alexander.linne@tngtech.com>
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.19%. Comparing base (6b80304) to head (8896331).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #451      +/-   ##
==========================================
- Coverage   77.20%   77.19%   -0.01%     
==========================================
  Files         275      275              
  Lines       14411    14405       -6     
  Branches     1337     1336       -1     
==========================================
- Hits        11126    11120       -6     
  Misses       2866     2866              
  Partials      419      419              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NotImplementAny(interfaces) returns FAIL if interfaces is Empty

2 participants

Comments