Class SslContextTest

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

public class SslContextTest extends AbstractSslTest
  • Constructor Details

    • SslContextTest

      public SslContextTest()
  • Method Details

    • createDeployment

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

      public void shouldSucceedMutualSslWithValidSslContext() throws Exception
      Throws:
      Exception
    • shouldFailedMutualSslWithoutSslContext

      public void shouldFailedMutualSslWithoutSslContext()