public final class CollectionAssert extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
assertArrayPermutation(String message,
T[] expected,
T[] actual)
Asserts that the two given arrays are permutations of each
other.
|
static <T> void |
assertArrayPermutation(T[] expected,
T[] actual)
Asserts that the two given arrays are permutations of each
other.
|
public static <T> void assertArrayPermutation(String message, T[] expected, T[] actual)
AssertionError thrown
starts with the given message, which may be null if no such
custom message prefix is desired.message - The identifying message.expected - The expected array.actual - The actual array.public static <T> void assertArrayPermutation(T[] expected,
T[] actual)
expected - The expected array.actual - The actual array.Copyright © 2017. All Rights Reserved.