Class HTTPRedirectAuthnRequestEncoderTest
- java.lang.Object
-
- net.shibboleth.oidc.profile.encoder.impl.HTTPRedirectAuthnRequestEncoderTest
-
public class HTTPRedirectAuthnRequestEncoderTest extends Object
Test for the HTTPRedirectAuthnRequestEncoder.
-
-
Field Summary
Fields Modifier and Type Field Description private MessageContextcontextThe Message context.private net.shibboleth.oidc.profile.encoder.impl.HTTPRedirectAuthnRequestEncoderencoderThe encoder to test.private MockHttpServletResponsemockResponseMock servlet response.private net.shibboleth.oidc.profile.core.OIDCAuthenticationRequestrequestThe request.
-
Constructor Summary
Constructors Constructor Description HTTPRedirectAuthnRequestEncoderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestNullEndpointURL()voidtestSuccesfullEncoding()voidtestUninitialized()
-
-
-
Field Detail
-
encoder
private net.shibboleth.oidc.profile.encoder.impl.HTTPRedirectAuthnRequestEncoder encoder
The encoder to test.
-
mockResponse
private MockHttpServletResponse mockResponse
Mock servlet response.
-
request
private net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest request
The request.
-
context
private MessageContext context
The Message context.
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
- Throws:
Exception
-
testUninitialized
public void testUninitialized() throws MessageEncodingException- Throws:
MessageEncodingException
-
-