StephenCleary / Comparers

The last comparison library you'll ever need!
MIT License
427 stars 33 forks source link

Finish invariant tests for all comparers #19

Closed StephenCleary closed 5 years ago

StephenCleary commented 5 years ago

For each comparer/equalitycomparer type in the unit tests, include invariant tests.

Also, see if there's a way to structure them more meaningfully, with one check per test, while also enabling test implementation reuse, and if possible applying groups of tests.