Skip to content

Specializations of assertEquals() and assertNotEquals() #3340

@sebastianbergmann

Description

@sebastianbergmann

Implement the following methods

  • assertEqualsCanonicalizing()
  • assertEqualsIgnoringCase()
  • assertEqualsWithDelta()
  • assertNotEqualsCanonicalizing()
  • assertNotEqualsIgnoringCase()
  • assertNotEqualsWithDelta()

to replace the respective optional parameters for assertEquals() and assertNotEquals().

Metadata

Metadata

Labels

type/enhancementA new idea that should be implemented

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions