Class HTTPPostAuthnResponseDecoderTest

java.lang.Object
net.shibboleth.oidc.profile.decoding.impl.HTTPPostAuthnResponseDecoderTest

public class HTTPPostAuthnResponseDecoderTest extends Object
  • Field Details

    • mockRequest

      private MockHttpServletRequest mockRequest
      Mock servlet response.
    • decoder

      private net.shibboleth.oidc.profile.decoding.impl.HTTPPostAuthnResponseDecoder decoder
      The encoder to test.
  • Constructor Details

    • HTTPPostAuthnResponseDecoderTest

      public HTTPPostAuthnResponseDecoderTest()
  • Method Details

    • setUp

      @BeforeMethod public void setUp() throws Exception
      Throws:
      Exception
    • testSuccessfulDecoding_Query_AuthCode

      public void testSuccessfulDecoding_Query_AuthCode() throws Exception
      Throws:
      Exception
    • testWrongMethod

      public void testWrongMethod() throws Exception
      Throws:
      Exception