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

    Modifier and Type
    Method
    Description
    void
    Stop the container immediately
  • Method Details

    • stop

      void stop()
      Stop the container immediately