Skip to content

EqualsVerifier.NET is a .NET tool that can be used in unit tests. It verifies whether the contract for the Equals and GetHashCode methods is met.

License

Notifications You must be signed in to change notification settings

magicmonty/equalsverifier-net

Repository files navigation

This is an effort for an .NET port of the EqualsVerifier for Java

EqualsVerifier can be used in .NET unit tests to verify whether the contract for the Equals and GetHashCode methods in a class is met.

Documentation is pending. In the mean time you can go to the documentation at the original project's website

THIS IS HEAVILY ALPHA YET!!!

Build Status

Donations

I accept tips through Gittip and Flattr.

Gittip Flattr

About

EqualsVerifier.NET is a .NET tool that can be used in unit tests. It verifies whether the contract for the Equals and GetHashCode methods is met.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published