Class RequestDispatcherTest

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

public abstract class RequestDispatcherTest extends Object
The JUnit tests for any RequestDispatcher implementation.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • RequestDispatcherTest

      public RequestDispatcherTest()
  • 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.