Class WebApplicationManagerTest

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

public abstract class WebApplicationManagerTest extends Object
The JUnit tests for any WebApplicationManager implementation.

Note all these tests only use the public APIs of WebApplicationManager.

Author:
Manfred Riem ([email protected])
  • Constructor Details

    • WebApplicationManagerTest

      public WebApplicationManagerTest()
  • Method Details

    • createWebApplication

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