-
Quality Risk
-
Resolution: Done
-
Trivial
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.)
@Test // runs in container public void shouldBeAbleToRunOnClientSide() throws Exception { }
I thin that should be named `shouldBeAbleToRunOnContainerSide`.
@ArquillianResource(MyServlet.class)
private URL baseServerURL;
I think that should be baseServletURL.