Class ServletRequestAttributeListenerTest

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

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

    • ServletRequestAttributeListenerTest

      public ServletRequestAttributeListenerTest()
  • Method Details

    • createWebApplication

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

      public abstract WebApplicationRequest createWebApplicationRequest()
      Create the web application request.
      Returns:
      the web application request.
    • createWebApplicationResponse

      public abstract WebApplicationResponse createWebApplicationResponse()
      Create the web application response.
      Returns:
      the web application response.