Class ServletContextListenerTest

java.lang.Object
cloud.piranha.core.tests.ServletContextListenerTest

public abstract class ServletContextListenerTest extends Object
The JUnit tests for the ServletContextListener API.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • ServletContextListenerTest

      public ServletContextListenerTest()
  • Method Details

    • createWebApplication

      public abstract WebApplication createWebApplication()
      Create a web application.
      Returns:
      the web application.