Package 

Class HttpsTestTarget

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

    
    public class HttpsTestTarget
    extends HttpTestTarget
                        

    Test target for providers using HTTPS.

    • Method Summary

      Modifier and Type Method Description
      ProviderInfo getProviderInfo(String serviceName, PactSource pactSource) Returns information about the provider
      final Boolean getInsecure()
      final String getHost()
      final Integer getPort()
      final String getPath()
      final Function0<IHttpClientFactory> getHttpClientFactory()
      • Methods inherited from class au.com.dius.pact.provider.junit5.HttpsTestTarget

        executeInteraction, isHttpTarget, prepareRequest, prepareVerifier
      • Methods inherited from class au.com.dius.pact.provider.junit5.TestTarget

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait