MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / dragDrop

Method dragDrop

src/test/java/org/htmlunit/libraries/YuiTest.java:135–138  ·  view source on GitHub ↗

@throws Exception if an error occurs

()

Source from the content-addressed store, hash-verified

133 * @throws Exception if an error occurs
134 */
135 @Test
136 public void dragDrop() throws Exception {
137 doTest("dragdrop.html", Arrays.asList(getExpectedAlerts()));
138 }
139
140 /**
141 * @throws Exception if an error occurs

Callers

nothing calls this directly

Calls 2

doTestMethod · 0.95
getExpectedAlertsMethod · 0.45

Tested by

no test coverage detected