Package org.apache.tapestry5.test
Interface ServletContainerRunner
-
- All Known Implementing Classes:
Jetty7Runner
,JettyRunner
,Tomcat6Runner
,TomcatRunner
public interface ServletContainerRunner
Used as a wrapper around code that runs a web server, so that the server may be shut down at the end of the test.- Since:
- 5.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stop()
Stop the container immediately
-
-
-
Method Detail
-
stop
void stop()
Stop the container immediately
-
-