Uses of Interface
gw.test.TestClass.EqualityTester
Packages that use TestClass.EqualityTester
-
Uses of TestClass.EqualityTester in gw.test
Methods in gw.test with parameters of type TestClass.EqualityTesterModifier and TypeMethodDescriptionstatic 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.