Skip to content

asgerhallas/ShouldBeLike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages