Tests DomAttr#getValue().
()
| 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)}. |
no test coverage detected