Various naming improvements by dennisdoomen · Pull Request #2745 · fluentassertions/fluentassertions · GitHub
Skip to content

Various naming improvements #2745

Merged
dennisdoomen merged 6 commits into
fluentassertions:developfrom
dennisdoomen:refactor/small-improvements
Aug 28, 2024
Merged

Various naming improvements #2745
dennisdoomen merged 6 commits into
fluentassertions:developfrom
dennisdoomen:refactor/small-improvements

Conversation

@dennisdoomen

@dennisdoomen dennisdoomen commented Aug 26, 2024

Copy link
Copy Markdown
Member

Extracted from #2539

  • The name of EquivalencyResult.AssertionCompleted wasn't clear what it tried to accomplish. This has been improved. Also renamed the interface that equivalency steps can use for recursive assertions.
  • Made the node, field and property internal
  • Fix the unit testing template to work with xUnit
  • Suppress unnecessary Roslyn complaints about spacing
  • Various internal naming improvements

Note Can be reviewed commit-by-commit

@github-actions

github-actions Bot commented Aug 26, 2024

Copy link
Copy Markdown

@dennisdoomen dennisdoomen force-pushed the refactor/small-improvements branch from 47c6269 to 63546c3 Compare August 26, 2024 18:42
@dennisdoomen dennisdoomen marked this pull request as ready for review August 26, 2024 18:44
@dennisdoomen dennisdoomen force-pushed the refactor/small-improvements branch from 63546c3 to 4236ef1 Compare August 26, 2024 18:44
@dennisdoomen dennisdoomen requested a review from jnyrup August 26, 2024 18:44
@coveralls

coveralls commented Aug 26, 2024

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 10590963523

Details

  • 60 of 60 (100.0%) changed or added relevant lines in 25 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.001%) to 97.715%

Totals Coverage Status
Change from base Build 10564709522: -0.001%
Covered Lines: 12105
Relevant Lines: 12279

💛 - Coveralls

Comment thread Src/FluentAssertions/Equivalency/Field.cs

@jnyrup jnyrup left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should document all breaking changes.

Comment thread docs/_pages/releases.md Outdated
Comment thread Src/FluentAssertions/Formatting/FormattedObjectGraph.cs
Comment thread Src/FluentAssertions/Formatting/FormattedObjectGraph.cs
Comment thread Src/FluentAssertions/Equivalency/IValidateChildNodeEquivalency.cs
Comment thread Src/FluentAssertions/Equivalency/IValidateChildNodeEquivalency.cs
@dennisdoomen dennisdoomen force-pushed the refactor/small-improvements branch from 4236ef1 to ff5c697 Compare August 28, 2024 05:44
The name of EquivalencyResult.AssertionCompleted wasn't clear what it tried to accomplish. This has been improved. Also improved the interface that equivalency steps can use for recursive assertions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants