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

Method api

src/test/java/org/htmlunit/libraries/TinyMceTest.java:52–56  ·  view source on GitHub ↗

@throws Exception if an error occurs

()

Source from the content-addressed store, hash-verified

50 * @throws Exception if an error occurs
51 */
52 @Test
53 @Alerts({"348", "0"})
54 public void api() throws Exception {
55 test("api", Integer.parseInt(getExpectedAlerts()[0]), Integer.parseInt(getExpectedAlerts()[1]));
56 }
57
58 /**
59 * @throws Exception if an error occurs

Callers

nothing calls this directly

Calls 3

testMethod · 0.95
parseIntMethod · 0.45
getExpectedAlertsMethod · 0.45

Tested by

no test coverage detected