Package net.shibboleth.oidc.profile.impl
Class AuthenticationRequestMessageEncoderFactoryTest
java.lang.Object
net.shibboleth.oidc.profile.impl.AuthenticationRequestMessageEncoderFactoryTest
Test of the AuthenticationRequestMessageEncoderFactory class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate net.shibboleth.oidc.profile.impl.AuthenticationRequestMessageEncoderFactoryThe factory to test. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
factory
private net.shibboleth.oidc.profile.impl.AuthenticationRequestMessageEncoderFactory factoryThe 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()
-