HomeSort by relevance Sort by last modified time
    Searched defs:commentValue (Results 1 - 2 of 2) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodecommentnodevalue.java 68 String commentValue;
76 commentValue = commentNode.getNodeValue();
77 assertEquals("value", " This is comment number 1.", commentValue);
81 commentValue = commentNode.getNodeValue();
82 assertEquals("createdCommentNodeValue", " This is a comment", commentValue);
nodecommentnodevalue.java 68 String commentValue;
76 commentValue = commentNode.getNodeValue();
77 assertEquals("value", " This is comment number 1.", commentValue);

Completed in 223 milliseconds