java - why does junit4 not have Assert.assertArrayEquals() for double[]s? -
It appears that assures. AsertArrayEquals ()
Methods in Junit4 for all other Priorities other than Dual, for example
assurance.CertAreaEclocks (integer [] expected, int [] genuine)
and
Assert.assertArrayEquals (four [] expected, four [] genuine)
but not
< Pre> Assert.assertArrayEquals (double [] required, double [] real, double eps)
or
Assert.assertArrayEquals (double [ ] Expected, Double [] Actual, Double [] eps)
(The variable of the doubles later Account for Ion) Is there a fundamental reason why that should not write me function?
There is no such method (in 4.7), although it is not documented on online Javask. This was definitely an inspection in Javadoc / version, but now it is.
Comments
Post a Comment