Class SslHostnameVerifierTest

java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.rest.client.tck.ssl.AbstractSslTest
org.eclipse.microprofile.rest.client.tck.ssl.SslHostnameVerifierTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

public class SslHostnameVerifierTest extends AbstractSslTest
  • Constructor Details

    • SslHostnameVerifierTest

      public SslHostnameVerifierTest()
  • Method Details

    • createDeployment

      @Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
    • shouldFailWithoutHostnameAndNoVerifier

      public void shouldFailWithoutHostnameAndNoVerifier() throws Exception
      Throws:
      Exception
    • shouldFailWithRejectingHostnameVerifier

      public void shouldFailWithRejectingHostnameVerifier() throws Exception
      Throws:
      Exception
    • shouldSucceedWithAcceptingHostnameVerifier

      public void shouldSucceedWithAcceptingHostnameVerifier() throws Exception
      Throws:
      Exception
    • shouldPassSslSessionAndHostnameToHostnameVerifier

      public void shouldPassSslSessionAndHostnameToHostnameVerifier() throws Exception
      Throws:
      Exception
    • shouldFailWithRejectingHostnameVerifierCDI

      public void shouldFailWithRejectingHostnameVerifierCDI()
    • shouldSucceedWithAcceptingHostnameVerifierCDI

      public void shouldSucceedWithAcceptingHostnameVerifierCDI()
    • shouldPassSslSessionAndHostnameToHostnameVerifierCDI

      public void shouldPassSslSessionAndHostnameToHostnameVerifierCDI()