Thanks to visit codestin.com
Credit goes to github.com

Skip to content

asgerhallas/ShouldBeLike

Repository files navigation

ShouldBeLike

Shouldly like tool for asserting likeness based on James Fosters' DeepEqual library.

Examples:

new MyObject().ShouldBeLike(new MyObject()) // passes

new MyObject() { Property = "actually something" }.ShouldBeLike(new MyObject() { Property = "Something expected" } ) // fails

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages