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

Method module

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

@throws Exception if an error occurs

()

Source from the content-addressed store, hash-verified

206 * @throws Exception if an error occurs
207 */
208 @Test
209 @Alerts("testConstructor")
210 public void module() throws Exception {
211 doTest("module.html", Arrays.asList(getExpectedAlerts()));
212 }
213
214 /**
215 * @throws Exception if an error occurs

Callers 15

test.jsFile · 0.80
testinit.jsFile · 0.80
dimensions.jsFile · 0.80
selector.jsFile · 0.80
deferred.jsFile · 0.80
offset.jsFile · 0.80
effects.jsFile · 0.80
traversing.jsFile · 0.80
ajax.jsFile · 0.80
basic.jsFile · 0.80
exports.jsFile · 0.80
callbacks.jsFile · 0.80

Calls 2

doTestMethod · 0.95
getExpectedAlertsMethod · 0.45

Tested by

no test coverage detected