MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / doTest

Method doTest

src/test/java/org/htmlunit/libraries/YuiTest.java:230–232  ·  view source on GitHub ↗
(final String fileName, final String buttonToClick)

Source from the content-addressed store, hash-verified

228 }
229
230 private void doTest(final String fileName, final String buttonToClick) throws Exception {
231 doTest(fileName, Collections.emptyList(), buttonToClick, 0);
232 }
233
234 private void doTest(final String fileName) throws Exception {
235 doTest(fileName, Collections.emptyList(), null, 0);

Callers 15

loggerMethod · 0.95
animationMethod · 0.95
tabViewMethod · 0.95
dateMathMethod · 0.95
calendarMethod · 0.95
colorPickerMethod · 0.95
dataSourceMethod · 0.95
domMethod · 0.95
dragDropMethod · 0.95
dataTableMethod · 0.95
editorMethod · 0.95
yuiLoaderRollupMethod · 0.95

Calls 15

assertNotNullMethod · 0.80
assertTrueMethod · 0.80
getMessageMethod · 0.80
findElementsMethod · 0.80
substringMethod · 0.80
infoMethod · 0.65
getTextMethod · 0.65
isEmptyMethod · 0.65
lengthMethod · 0.65
containsMethod · 0.65
getWebDriverMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected