Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HtmlUnit/htmlunit
/ dataSource
Method
dataSource
src/test/java/org/htmlunit/libraries/YuiTest.java:119–122 ·
view source on GitHub ↗
@throws Exception if an error occurs
()
Source
from the content-addressed store, hash-verified
117
* @throws Exception
if
an error occurs
118
*/
119
@Test
120
public
void
dataSource() throws Exception {
121
doTest(
"datasource.html"
,
"btnRun"
);
122
}
123
124
/**
125
* @throws Exception
if
an error occurs
Callers
nothing calls this directly
Calls
1
doTest
Method · 0.95
Tested by
no test coverage detected