| Package | Description |
|---|---|
| gw.test |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2019. All rights reserved.