Class RunTestEvents
- java.lang.Object
-
- org.apache.ofbiz.webtools.artifactinfo.RunTestEvents
-
public class RunTestEvents extends java.lang.Object
Event used to run a Junit test
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description RunTestEvents()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
runTest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
runTest
public static java.lang.String runTest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ContainerException
- Throws:
ContainerException
-
-