| com.google.gwt.emultest.java.util.EmulTestBase com.google.gwt.emultest.java.util.CollectionsTest
CollectionsTest | public class CollectionsTest extends EmulTestBase (Code) | | TODO: document me.
|
createRandomList | public static List createRandomList()(Code) | | |
createSortedList | public static List createSortedList()(Code) | | |
testBinarySearchObject | public void testBinarySearchObject()(Code) | | Test Collections.binarySearch(List, Object).
Verify the following cases:
empty List
odd numbers of elements
even numbers of elements
not found value larger than all elements
not found value smaller than all elements
|
testBinarySearchObjectComparator | public void testBinarySearchObjectComparator()(Code) | | Test Collections.binarySearch(List, Object, Comparator).
Verify the following cases:
empty List
odd numbers of elements
even numbers of elements
not found value larger than all elements
not found value smaller than all elements
null Comparator uses natural ordering
|
testReverse | public void testReverse()(Code) | | |
testSort | public void testSort()(Code) | | |
testSortWithComparator | public void testSortWithComparator()(Code) | | |
testToArray | public void testToArray()(Code) | | |
|
|