Class AuthenticationRequestMessageEncoderFactoryTest


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

      • factory

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

      • AuthenticationRequestMessageEncoderFactoryTest

        public AuthenticationRequestMessageEncoderFactoryTest()
    • Method Detail

      • 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()