Class WriteListenerTest

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

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

    • WriteListenerTest

      public WriteListenerTest()
  • Method Details

    • createWebApplication

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

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

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