Class AuthenticationRequestMessageEncoderFactoryTest

java.lang.Object
net.shibboleth.oidc.profile.impl.AuthenticationRequestMessageEncoderFactoryTest

public class AuthenticationRequestMessageEncoderFactoryTest extends Object
Test of the AuthenticationRequestMessageEncoderFactory class.
  • Field Details

    • factory

      private net.shibboleth.oidc.profile.impl.AuthenticationRequestMessageEncoderFactory factory
      The factory to test.
  • Constructor Details

    • AuthenticationRequestMessageEncoderFactoryTest

      public AuthenticationRequestMessageEncoderFactoryTest()
  • Method Details

    • testNoEncoders

      public void testNoEncoders()
    • testPostEncoder

      public void testPostEncoder()
    • testGetEncoder

      public void testGetEncoder()
    • testNoAvailableEncoder

      public void testNoAvailableEncoder()
    • testNullRequestMethod

      public void testNullRequestMethod()
    • testNullProfileConfiguration

      public void testNullProfileConfiguration()
    • testNullRelyingPartyContext

      public void testNullRelyingPartyContext()