Class FrameworkTest

java.lang.Object
org.apache.hc.core5.testing.framework.FrameworkTest

public class FrameworkTest extends Object
  • Field Details

  • Constructor Details

    • FrameworkTest

      public FrameworkTest()
      Constructs a test with default values.
    • FrameworkTest

      public FrameworkTest(Map<String,Object> test)
      Constructs a test with values that are passed in as well as defaults for values that are not passed in.
      Parameters:
      test - Contains a REQUEST and an expected RESPONSE. See ClientPOJOAdapter for details.
  • Method Details