Class HttpTestCase


public abstract class HttpTestCase extends LocalDiskRepositoryTestCase
Base class for HTTP related transport testing.
  • Field Details

    • master

      protected static final String master
      Constant master="Constants.R_HEADS + Constants.MASTER"
      See Also:
    • server

      protected AppServer server
      In-memory application server; subclass must start.
  • Constructor Details

    • HttpTestCase

      public HttpTestCase()
  • Method Details