Searched refs:checkUnbounded (Results 1 – 1 of 1) sorted by relevance
56 checkUnbounded(queue); in testCreation_simple()65 checkUnbounded(queue); in testCreation_comparator()74 checkUnbounded(queue); in testCreation_expectedSize()84 checkUnbounded(queue); in testCreation_expectedSize_comparator()125 checkUnbounded(queue); in testCreation_withContents()135 checkUnbounded(queue); in testCreation_comparator_withContents()145 checkUnbounded(queue); in testCreation_expectedSize_withContents()180 private static void checkUnbounded(MinMaxPriorityQueue<Integer> queue) { in checkUnbounded() method in MinMaxPriorityQueueTest