()
| 381 | } |
| 382 | |
| 383 | @Test |
| 384 | public void testLoginDoGet() |
| 385 | { |
| 386 | try |
| 387 | { |
| 388 | loginDoGet(); |
| 389 | } |
| 390 | catch(Exception e) |
| 391 | { |
| 392 | log.fatal("Could not Complete testLoginDoGet: " + e.toString()); |
| 393 | fail("Could not Complete testLoginDoGet"); |
| 394 | } |
| 395 | } |
| 396 | |
| 397 | public void loginDoGet() throws Exception |
| 398 | { |
nothing calls this directly
no test coverage detected