You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this does not work because of different types:
org.opentest4j.AssertionFailedError:
Expecting:
<"0.16666666666666666 (BigDecimal@1c52552f)">
to be equal to:
<"0.16666666666666666 (Double@5dc769f9)">
but was not.
Expected :0.16666666666666666
Actual :0.16666666666666666
What is the recommended way to do this? Should there be other methods like extractingJsonPathDoubleValue or extractingJsonPathFloatValue that could return DoubleAssert or FloatAssert so that methods like isCloseTo can be used?