Home | History | Annotate | Download | only in collect

Lines Matching defs:furthestPath

255     ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, LEFT, pathFactory, d)))
258 assertNull(BstRangeOps.furthestPath(range1, LEFT, pathFactory, null));
275 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, LEFT, pathFactory, d)))
279 ASSERT.that(pathToList(BstRangeOps.furthestPath(range2, LEFT, pathFactory, d)))
283 ASSERT.that(pathToList(BstRangeOps.furthestPath(range3, LEFT, pathFactory, d)))
287 assertNull(BstRangeOps.furthestPath(range4, LEFT, pathFactory, d));
304 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, LEFT, pathFactory, d)))
308 ASSERT.that(pathToList(BstRangeOps.furthestPath(range2, LEFT, pathFactory, d)))
312 assertNull(BstRangeOps.furthestPath(range3, LEFT, pathFactory, d));
329 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, RIGHT, pathFactory, d)))
332 assertNull(BstRangeOps.furthestPath(range1, RIGHT, pathFactory, null));
349 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, RIGHT, pathFactory, d)))
353 ASSERT.that(pathToList(BstRangeOps.furthestPath(range2, RIGHT, pathFactory, d)))
357 ASSERT.that(pathToList(BstRangeOps.furthestPath(range3, RIGHT, pathFactory, d)))
361 assertNull(BstRangeOps.furthestPath(range4, RIGHT, pathFactory, d));
378 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, RIGHT, pathFactory, d)))
382 ASSERT.that(pathToList(BstRangeOps.furthestPath(range2, RIGHT, pathFactory, d)))
386 assertNull(BstRangeOps.furthestPath(range3, RIGHT, pathFactory, d));
389 ASSERT.that(pathToList(BstRangeOps.furthestPath(range4, RIGHT, pathFactory, d)))