MCPcopy Create free account
hub / github.com/OWASP/SecurityShepherd / testLoginDoGet

Method testLoginDoGet

src/test/java/servlets/LoginTest.java:383–395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

loginDoGetMethod · 0.95

Tested by

no test coverage detected