Skip to content

haison8x/Xunit.Asserts.Compare

Repository files navigation

Xunit.Asserts.Compare

xUnit deep comparing assertions by CompareNETObjects

NuGets

https://www.nuget.org/packages/xUnit.Asserts.Compare

Xunit.Asserts.Compare

Couple of simple Xunit asserts that compare given objects using https://www.nuget.org/packages/CompareNETObjects/

  • Compare objects
DeepAssert.Equal(expected, actual);
  • Ignore property
DeepAssert.Equal(expected, actual, "ignoreProperty1", "ignoreProperty2");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages