Searched refs:testCollection (Results 1 – 4 of 4) sorted by relevance
70 testCollection(new ArrayList()); in testArrayList()75 testCollection(new Vector()); in testVector()80 testCollection(new LinkedList()); in testLinkedList()85 testCollection(new ArrayDeque()); in testArrayDeque()90 testCollection(new TreeSet()); in testTreeSet()95 testCollection(new CopyOnWriteArrayList()); in testCopyOnWriteArrayList()100 testCollection(new CopyOnWriteArraySet()); in testCopyOnWriteArraySet()105 testCollection(new ConcurrentSkipListSet()); in testConcurrentSkipListSet()110 testCollection(new PriorityQueue()); in testPriorityQueue()115 testCollection(new LinkedBlockingQueue()); in testLinkedBlockingQueue()[all …]
82 testCollection(new NewAbstractCollection<Integer>()); in realMain()83 testCollection(new NewAbstractSet<Integer>()); in realMain()84 testCollection(new LinkedHashSet<Integer>()); in realMain()85 testCollection(new HashSet<Integer>()); in realMain()86 testCollection(new Vector<Integer>()); in realMain()87 testCollection(new Vector<Integer>().subList(0,0)); in realMain()88 testCollection(new ArrayDeque<Integer>()); in realMain()89 testCollection(new ArrayList<Integer>()); in realMain()90 testCollection(new ArrayList<Integer>().subList(0,0)); in realMain()91 testCollection(new LinkedList<Integer>()); in realMain()[all …]
49 testCollection(Collections.checkedCollection( in test()51 testCollection(Collections.checkedList( in test()53 testCollection(Collections.checkedSet( in test()62 testCollection(Collections.checkedSortedSet( in test()100 void testCollection(final Collection c) { in testCollection() method in CheckedNull
603 testCollection: {618 break testCollection;