Package 

Object HttpsTestTarget.Companion

    • Method Summary

      Modifier and Type Method Description
      final HttpsTestTarget fromUrl(URL url, Boolean insecure) Creates a HttpsTestTarget from a URL.
      • Methods inherited from class au.com.dius.pact.provider.junit5.HttpsTestTarget.Companion

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

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

      • fromUrl

        @JvmOverloads() final HttpsTestTarget fromUrl(URL url, Boolean insecure)

        Creates a HttpsTestTarget from a URL. If the URL does not contain a port, 443 will be used.

        Parameters:
        insecure - Supports using certs that will not be verified.