Uses of Interface
gw.test.TestClass.EqualityTester
-
Packages that use TestClass.EqualityTester Package Description gw.test -
-
Uses of TestClass.EqualityTester in gw.test
Methods in gw.test with parameters of type TestClass.EqualityTester Modifier and Type Method Description static void
AssertUtil. assertArrayEquals(Object[] expected, Object[] got, TestClass.EqualityTester tester)
Verifies that all elements in the first array are present in the second array and match the elements in the first array.static void
TestClass. assertArrayEquals(Object[] expected, Object[] got, TestClass.EqualityTester tester)
Verifies that all elements in the first array are present in the second array and match the elements in the first array.
-