Class ContextHandlingHttpClientTest

java.lang.Object
net.shibboleth.shared.httpclient.ContextHandlingHttpClientTest

public class ContextHandlingHttpClientTest extends Object
  • Field Details

  • Constructor Details

    • ContextHandlingHttpClientTest

      public ContextHandlingHttpClientTest()
  • Method Details

    • setupClass

      @BeforeClass public void setupClass()
    • setupMethod

      @BeforeMethod public void setupMethod()
    • testNoHandlers

      public void testNoHandlers() throws IOException
      Throws:
      IOException
    • testStaticOnly

      public void testStaticOnly() throws IOException
      Throws:
      IOException
    • testDynamicOnly

      public void testDynamicOnly() throws IOException
      Throws:
      IOException
    • testStaticAndDynamic

      public void testStaticAndDynamic() throws IOException
      Throws:
      IOException
    • testWrappedClientThrowsIOException

      public void testWrappedClientThrowsIOException() throws IOException
      Throws:
      IOException
    • testWrappedClientThrowsRuntimeException

      public void testWrappedClientThrowsRuntimeException() throws IOException
      Throws:
      IOException
    • testWrappedClientThrowsError

      public void testWrappedClientThrowsError() throws IOException
      Throws:
      IOException
    • testSingleStaticHandlerInvokeBeforeThrowsIOException

      public void testSingleStaticHandlerInvokeBeforeThrowsIOException() throws IOException
      Throws:
      IOException
    • testSingleStaticHandlerInvokeAfterThrowsIOException

      public void testSingleStaticHandlerInvokeAfterThrowsIOException() throws IOException
      Throws:
      IOException
    • testSingleStaticHandlerInvokeBeforeThrowsRuntimeException

      public void testSingleStaticHandlerInvokeBeforeThrowsRuntimeException() throws IOException
      Throws:
      IOException
    • testSingleStaticHandlerInvokeAfterThrowsRuntimeException

      public void testSingleStaticHandlerInvokeAfterThrowsRuntimeException() throws IOException
      Throws:
      IOException
    • testMultipleStaticHandlersInvokeBeforeThrowIOException

      public void testMultipleStaticHandlersInvokeBeforeThrowIOException() throws IOException
      Throws:
      IOException
    • testMultipleStaticHandlersInvokeBeforeThrowRuntimeException

      public void testMultipleStaticHandlersInvokeBeforeThrowRuntimeException() throws IOException
      Throws:
      IOException
    • testMultipleStaticHandlersInvokeAfterThrowIOException

      public void testMultipleStaticHandlersInvokeAfterThrowIOException() throws IOException
      Throws:
      IOException
    • testMultipleStaticHandlersInvokeAfterThrowRuntimeException

      public void testMultipleStaticHandlersInvokeAfterThrowRuntimeException() throws IOException
      Throws:
      IOException
    • testSingleDynamicHandlerInvokeBeforeThrowsIOException

      public void testSingleDynamicHandlerInvokeBeforeThrowsIOException() throws IOException
      Throws:
      IOException
    • testSingleDynamicHandlerInvokeAfterThrowsIOException

      public void testSingleDynamicHandlerInvokeAfterThrowsIOException() throws IOException
      Throws:
      IOException
    • testSingleDynamicHandlerInvokeBeforeThrowsRuntimeException

      public void testSingleDynamicHandlerInvokeBeforeThrowsRuntimeException() throws IOException
      Throws:
      IOException
    • testSingleDynamicHandlerInvokeAfterThrowsRuntimeException

      public void testSingleDynamicHandlerInvokeAfterThrowsRuntimeException() throws IOException
      Throws:
      IOException
    • testMultipleDynamicHandlersInvokeBeforeThrowIOException

      public void testMultipleDynamicHandlersInvokeBeforeThrowIOException() throws IOException
      Throws:
      IOException
    • testMultipleDynamicHandlersInvokeBeforeThrowRuntimeException

      public void testMultipleDynamicHandlersInvokeBeforeThrowRuntimeException() throws IOException
      Throws:
      IOException
    • testMultipleDynamicHandlersInvokeAfterThrowIOException

      public void testMultipleDynamicHandlersInvokeAfterThrowIOException() throws IOException
      Throws:
      IOException
    • testMultipleDynamicHandlersInvokeAfterThrowRuntimeException

      public void testMultipleDynamicHandlersInvokeAfterThrowRuntimeException() throws IOException
      Throws:
      IOException
    • testStaticAndDynamicHandlersThrowIOException

      public void testStaticAndDynamicHandlersThrowIOException() throws IOException
      Throws:
      IOException
    • testStaticAndDynamicHandlersThrowRuntimeException

      public void testStaticAndDynamicHandlersThrowRuntimeException() throws IOException
      Throws:
      IOException
    • testWrappedClientThrowsIOExceptionInvokeAfterThrowsIOException

      public void testWrappedClientThrowsIOExceptionInvokeAfterThrowsIOException() throws IOException
      Throws:
      IOException