plot-builder/src/jvmTest/kotlin/org/jetbrains/letsPlot/core/plot/builder/tooltip/loc/LayerTargetLocatorPathNearestXTest.kt [60:69]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun nearestX_WhenOutOfPath_ShouldFindNothing() { assertThat( findTargets( leftFrom( p0, NEXT_POINT_DISTANCE ) ) ).isEmpty() } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plot-builder/src/jvmTest/kotlin/org/jetbrains/letsPlot/core/plot/builder/tooltip/loc/LayerTargetLocatorPathHoverXTest.kt [60:69]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun hoverX_WhenOutOfPath_ShouldFindNothing() { assertThat( findTargets( leftFrom( p0, NEXT_POINT_DISTANCE ) ) ).isEmpty() } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -