org.apache.tapestry5.test
Interface ServletContainerRunner

All Known Implementing Classes:
Jetty7Runner, Tomcat6Runner

public interface ServletContainerRunner

Used as a wrapper around code that runs a web server as part of a SeleniumTestCase, so that the server may be shut down at the end of the test.

Since:
5.3

Method Summary
 void stop()
          Stop the container immediately
 

Method Detail

stop

void stop()
Stop the container immediately



Copyright © 2003-2012 The Apache Software Foundation.