public class ListOfStringTester extends Object
Constructor and Description |
---|
ListOfStringTester() |
Modifier and Type | Method and Description |
---|---|
void |
check(List<String> expectedList,
List<String> actualList) |
void |
checkExistsAnyOrder(List<String> expectedList,
List<String> actualList,
boolean failForExtraElements)
Verify that the expected elements exist in the actual list.
|
void |
dump(List<String> list) |
void |
dump(List<String> expectedList,
List<String> actualList) |
static List<String> |
generateRandomListOfStringIds(int length,
int upperBound) |
public ListOfStringTester()
public void checkExistsAnyOrder(List<String> expectedList, List<String> actualList, boolean failForExtraElements)
expectedList
- actualList
- failForExtraElements
- true if we should fail if there are other elements in the actual list.public static List<String> generateRandomListOfStringIds(int length, int upperBound)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.