Class SSLJerseyTest

java.lang.Object
org.smallmind.web.jersey.ssl.SSLJerseyTest

public abstract class SSLJerseyTest extends Object
  • Constructor Details

    • SSLJerseyTest

      public SSLJerseyTest()
    • SSLJerseyTest

      public SSLJerseyTest(org.glassfish.jersey.test.spi.TestContainerFactory testContainerFactory)
    • SSLJerseyTest

      public SSLJerseyTest(jakarta.ws.rs.core.Application jaxrsApplication)
  • Method Details

    • closeIfNotNull

      public static void closeIfNotNull(jakarta.ws.rs.client.Client... clients)
    • enable

      protected final void enable(String featureName)
    • disable

      protected final void disable(String featureName)
    • forceEnable

      protected final void forceEnable(String featureName)
    • forceDisable

      protected final void forceDisable(String featureName)
    • set

      protected final void set(String propertyName, Object value)
    • set

      protected final void set(String propertyName, String value)
    • forceSet

      protected final void forceSet(String propertyName, String value)
    • isEnabled

      protected final boolean isEnabled(String propertyName)
    • configure

      protected jakarta.ws.rs.core.Application configure()
    • configureDeployment

      protected org.glassfish.jersey.test.DeploymentContext configureDeployment()
    • getTestContainerFactory

      protected org.glassfish.jersey.test.spi.TestContainerFactory getTestContainerFactory() throws org.glassfish.jersey.test.spi.TestContainerException
      Throws:
      org.glassfish.jersey.test.spi.TestContainerException
    • target

      public final jakarta.ws.rs.client.WebTarget target()
    • target

      public final jakarta.ws.rs.client.WebTarget target(String path)
    • client

      public final jakarta.ws.rs.client.Client client()
    • setUp

      @BeforeClass public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      @AfterClass public void tearDown() throws Exception
      Throws:
      Exception
    • getClient

      protected jakarta.ws.rs.client.Client getClient()
    • setClient

      protected jakarta.ws.rs.client.Client setClient(jakarta.ws.rs.client.Client client)
    • configureClient

      protected void configureClient(org.glassfish.jersey.client.ClientConfig config)
    • getBaseUri

      protected URI getBaseUri()
    • getPort

      protected final int getPort()
    • close

      public final void close(jakarta.ws.rs.core.Response... responses)