Searched defs:testPQ (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/
H A DTestPriorityQueue.java36 public void testPQ() throws Exception { method in class:TestPriorityQueue
37 testPQ(atLeast(10000), random);
40 public static void testPQ(int count, Random gen) { method in class:TestPriorityQueue
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/util/
H A DTestPriorityQueue.java36 public void testPQ() throws Exception { method in class:TestPriorityQueue
37 testPQ(atLeast(10000), random);
40 public static void testPQ(int count, Random gen) { method in class:TestPriorityQueue

Completed in 10 milliseconds