@throws Exception if an error occurs
()
| 206 | * @throws Exception if an error occurs |
| 207 | */ |
| 208 | @Test |
| 209 | @Alerts("testConstructor") |
| 210 | public void module() throws Exception { |
| 211 | doTest("module.html", Arrays.asList(getExpectedAlerts())); |
| 212 | } |
| 213 | |
| 214 | /** |
| 215 | * @throws Exception if an error occurs |
no test coverage detected