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
-
Method Details
-
stop
void stop()Stop the container immediately
-