Class HttpSessionAttributeListenerTest

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

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

    • HttpSessionAttributeListenerTest

      public HttpSessionAttributeListenerTest()
  • Method Details

    • createWebApplication

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

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

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