Class SslTrustStoreTest

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

public class SslTrustStoreTest extends AbstractSslTest
  • Constructor Details

    • SslTrustStoreTest

      public SslTrustStoreTest()
  • Method Details

    • createDeployment

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

      public void shouldFailWithSelfSignedKeystore()
    • shouldSucceedWithRegisteredSelfSignedKeystore

      public void shouldSucceedWithRegisteredSelfSignedKeystore() throws Exception
      Throws:
      Exception
    • shouldFailWithNonMatchingKeystore

      public void shouldFailWithNonMatchingKeystore() throws Exception
      Throws:
      Exception
    • shouldFailWithSelfSignedKeystoreCDI

      public void shouldFailWithSelfSignedKeystoreCDI()
    • shouldSucceedWithRegisteredSelfSignedKeystoreCDI

      public void shouldSucceedWithRegisteredSelfSignedKeystoreCDI()
    • shouldSucceedWithRegisteredSelfSignedKeystoreFromResourceCDI

      public void shouldSucceedWithRegisteredSelfSignedKeystoreFromResourceCDI()
    • shouldFailWithNonMatchingKeystoreCDI

      public void shouldFailWithNonMatchingKeystoreCDI()