-
- All Implemented Interfaces:
-
au.com.dius.pact.provider.junit5.TestTarget
public class HttpsTestTarget extends HttpTestTarget
Test target for providers using HTTPS.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHttpsTestTarget.Companion
-
Constructor Summary
Constructors Constructor Description HttpsTestTarget(String host, Integer port, String path, Boolean insecure, Function0<IHttpClientFactory> httpClientFactory)HttpsTestTarget(String host, Integer port, String path, Boolean insecure)HttpsTestTarget(String host, Integer port, String path)HttpsTestTarget(String host, Integer port)HttpsTestTarget(String host)HttpsTestTarget()
-
Method Summary
Modifier and Type Method Description final BooleangetInsecure()Supports using certs that will not be verified. IProviderInfogetProviderInfo(String serviceName, PactSource pactSource)Returns information about the provider -
Methods inherited from class au.com.dius.pact.provider.junit5.HttpTestTarget
executeInteraction, getHost, getHttpClientFactory, getPath, getPort, getUserConfig, isHttpTarget, prepareRequest, prepareVerifier -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getInsecure
final Boolean getInsecure()
Supports using certs that will not be verified. You need this enabled if you are using self-signed or untrusted certificates. Defaults to false.
-
getProviderInfo
IProviderInfo getProviderInfo(String serviceName, PactSource pactSource)
Returns information about the provider
-
-
-
-