ShouldBeExamples
works on all types and compares using .Equals
.ShouldBe
numeric overloads accept tolerances and has overloads for float
, double
and decimal
types.float
, decimal
or double
types then you can use the tolerance overloads, similar to the value extensions.