Class HttpTestTarget

  • All Implemented Interfaces:
    au.com.dius.pact.provider.junit5.TestTarget

    
    public class HttpTestTarget
     implements TestTarget
                        

    Test target for HTTP tests. This is the default target.

    • Constructor Detail

      • HttpTestTarget

        HttpTestTarget(String host, Integer port, String path, Function0<IHttpClientFactory> httpClientFactory)
      • HttpTestTarget

        HttpTestTarget(String host)
      • HttpTestTarget

        HttpTestTarget()