Tests DomAttr#setValue(String).
()
| 106 | * Tests {@link DomAttr#setValue(String)}. |
| 107 | */ |
| 108 | @Test |
| 109 | public void setValue() { |
| 110 | htmlAttr_.setValue("foo"); |
| 111 | assertEquals("foo", htmlAttr_.getValue()); |
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * Tests {@link DomAttr#getParentNode()}. |
no test coverage detected