is there an assertion I can make in TestNG that wo...
# test
k
is there an assertion I can make in TestNG that would make that more visible?
w
I know that in junit assertions
assertEquals(double, double)
is deprecated in favor of
assertEquals(double, double, double)
where the third argument is an epsilon to account for floating point rounding error
not sure about a testng equivalent