Package 

Object MockHttpsKeystoreProviderConfig.Companion

    • Method Summary

      Modifier and Type Method Description
      final MockProviderConfig httpsKeystoreConfig(String hostname, Integer port, String keystore, String password, PactSpecVersion pactVersion) Creates instance of config
      • Methods inherited from class au.com.dius.pact.consumer.model.MockHttpsKeystoreProviderConfig.Companion

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • httpsKeystoreConfig

        @JvmOverloads() final MockProviderConfig httpsKeystoreConfig(String hostname, Integer port, String keystore, String password, PactSpecVersion pactVersion)

        Creates instance of config

        Parameters:
        hostname - Name of the host to mock
        port - Port the mock service should listen on
        keystore - Full path (including file name) of keystore to use.
        password - Keystore password
        pactVersion - Version of {@link PactSpecVersion}