-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#716) * Fix #712: AreEqualClassicModelAssertUsageCodeFix no longer assumes that the first argument is expected and the second argument is actual * Add a new overload for UpdateArguments * Make all code functional but not yet readable/maintainable * Refactoring * Handle out-of-order arguments in all ClassicModelAssertUsageCodeFixes * Add out-of-order test cases to CollectionAssertUsageCodeFixTests * Update all other CodeFixTests, fixing CodeFixes to account for bugs found * Remove an extra whitespace * Code review changes * Omit named parameters for the constraint model * Add test case: two arguments for params in all ClassicAssert tests * Omit named parameters in StringAssertUsageCodeFix * Consistently use WithNameColon Update Tests to remove named parameters * Code review changes * We no longer need HasToleranceValue * We no longer need ComparerParameterIndex * Update param tags for GetInterpolatedMessageArgumentOrDefault --------- Co-authored-by: Manfred Brands <manfred-brands@users.noreply.github.com>
- Loading branch information
1 parent
ea11a27
commit d14cc57
Showing
55 changed files
with
1,931 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.