Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ testMoveBy
Method
testMoveBy
java/test/org/openqa/selenium/PointTest.java:51–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
@Test
52
void
testMoveBy() {
53
Point p1 =
new
Point(31, 42);
54
55
assertThat(p1.moveBy(4, 5)).isEqualTo(
new
Point(35, 47));
56
}
57
}
Callers
nothing calls this directly
Calls
1
moveBy
Method · 0.95
Tested by
no test coverage detected