Class ServletInputStreamTest

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

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

    • ServletInputStreamTest

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