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

Method getValue

src/test/java/org/htmlunit/html/HtmlAttrTest.java:100–103  ·  view source on GitHub ↗

Tests DomAttr#getValue().

()

Source from the content-addressed store, hash-verified

98 * Tests {@link DomAttr#getValue()}.
99 */
100 @Test
101 public void getValue() {
102 assertEquals(ENTRY_VALUE, htmlAttr_.getValue());
103 }
104
105 /**
106 * Tests {@link DomAttr#setValue(String)}.

Callers 15

dojo.jsFile · 0.45
ObjectStore.jsFile · 0.45
createSortFunctionFunction · 0.45
convertFunction · 0.45
DataStore.jsFile · 0.45
fx.jsFile · 0.45
onItemFunction · 0.45
completedFunction · 0.45
onCompleteFunction · 0.45
onItem2Function · 0.45
onCompleteFunction · 0.45

Calls 1

assertEqualsMethod · 0.45

Tested by

no test coverage detected