plot-builder/src/jvmTest/kotlin/org/jetbrains/letsPlot/core/plot/builder/tooltip/loc/LayerTargetLocatorPathNearestXTest.kt [35:44]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun nearestX_WhenCloserToRight() { assertThat( findTargets( rightFrom( p1, NEXT_POINT_DISTANCE ) ) ).first().has(HitIndex.equalTo(p2.hitIndex)) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plot-builder/src/jvmTest/kotlin/org/jetbrains/letsPlot/core/plot/builder/tooltip/loc/LayerTargetLocatorPathHoverXTest.kt [35:44]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun hoverX_WhenCloserToRight() { assertThat( findTargets( rightFrom( p1, NEXT_POINT_DISTANCE ) ) ).first().has(HitIndex.equalTo(p2.hitIndex)) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -