Allow IEqualityComparer in string (Not)BeEquivalentTo assertion#2372
Allow IEqualityComparer in string (Not)BeEquivalentTo assertion#2372vbreuss wants to merge 8 commits intofluentassertions:developfrom vbreuss:topic/add-iequalitycomparer-to-string-beequivalentto
IEqualityComparer in string (Not)BeEquivalentTo assertion#2372Conversation
…qualityComparer<string>`
Qodana for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: trueContact Qodana teamContact us at [email protected]
|
Pull Request Test Coverage Report for Build 6586651679
💛 - Coveralls |
Tests/FluentAssertions.Specs/Primitives/StringAssertionSpecs.BeEquivalentTo.cs
Outdated
Show resolved
Hide resolved
Qodana for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: trueContact Qodana teamContact us at [email protected]
|
Tests/FluentAssertions.Specs/Primitives/StringAssertionSpecs.StartWith.cs
Outdated
Show resolved
Hide resolved
IEqualityComparer in string BeEquivalentTo assertionIEqualityComparer in string (Not)BeEquivalentTo assertion
|
The changes will be implemented with #2413 |
Add an overload for
StringAssertions.BeEquivalentToandStringAssertions.NotBeEquivalentTothat accepts aIEqualityComparer<string>.Details are discussed in #2364.
Fixes #2339.
IMPORTANT
./build.sh --target spellcheckor.\build.ps1 --target spellcheckbefore pushing and check the good outcome