Package com.atlassian.crowd.test.util
Class DisableSSLCertificateCheck
java.lang.Object
com.atlassian.crowd.test.util.DisableSSLCertificateCheck
- All Implemented Interfaces:
org.junit.rules.TestRule
Junit rules which disables SSL certificate validation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statement
apply
(org.junit.runners.model.Statement base, org.junit.runner.Description description) void
void
-
Constructor Details
-
DisableSSLCertificateCheck
public DisableSSLCertificateCheck()
-
-
Method Details
-
turnOffSslChecking
-
turnOnSslChecking
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
apply
in interfaceorg.junit.rules.TestRule
-