@throws Exception if an error occurs
()
| 125 | * @throws Exception if an error occurs |
| 126 | */ |
| 127 | @Test |
| 128 | public void dom() throws Exception { |
| 129 | doTest("dom.html", Arrays.asList(getExpectedAlerts())); |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * @throws Exception if an error occurs |
no test coverage detected