xUnit.Asserts.Compare

xUnit deep comparing assertions by CompareNETObjects


Keywords
Install
Install-Package xUnit.Asserts.Compare -Version 2.5.0

Documentation

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");