Package net.shibboleth.oidc.profile.impl
Class AuthenticationRequestMessageEncoderFactoryTest
- java.lang.Object
-
- net.shibboleth.oidc.profile.impl.AuthenticationRequestMessageEncoderFactoryTest
-
public class AuthenticationRequestMessageEncoderFactoryTest extends Object
Test of the AuthenticationRequestMessageEncoderFactory class.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.oidc.profile.impl.AuthenticationRequestMessageEncoderFactoryfactoryThe factory to test.
-
Constructor Summary
Constructors Constructor Description AuthenticationRequestMessageEncoderFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestGetEncoder()voidtestNoAvailableEncoder()voidtestNoEncoders()voidtestNullProfileConfiguration()voidtestNullRelyingPartyContext()voidtestNullRequestMethod()voidtestPostEncoder()
-
-
-
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()
-
-