Class ServletRegistrationTest

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

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

    • ServletRegistrationTest

      public ServletRegistrationTest()
  • Method Details

    • createWebApplication

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