@throws Exception if an error occurs
()
| 50 | * @throws Exception if an error occurs |
| 51 | */ |
| 52 | @Test |
| 53 | @Alerts({"348", "0"}) |
| 54 | public void api() throws Exception { |
| 55 | test("api", Integer.parseInt(getExpectedAlerts()[0]), Integer.parseInt(getExpectedAlerts()[1])); |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * @throws Exception if an error occurs |
nothing calls this directly
no test coverage detected