Class DisableSslCertificateValidation
- java.lang.Object
-
- dev.aherscu.qa.testing.extra.testng.DisableSslCertificateValidation
-
- All Implemented Interfaces:
org.testng.ISuiteListener
,org.testng.ITestNGListener
public class DisableSslCertificateValidation extends Object implements org.testng.ISuiteListener
Disables SSL certificate validation before the TestNG test suites begins execution. This allows running with self-signed certificates.Usage: TestNG Listeners
- Author:
- Adrian Herscu
-
-
Constructor Summary
Constructors Constructor Description DisableSslCertificateValidation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onFinish(org.testng.ISuite suite)
void
onStart(org.testng.ISuite suite)
-