public class SelectProfileConfigurationTest extends Object
SelectProfileConfiguration unit test.| Modifier and Type | Field and Description |
|---|---|
private net.shibboleth.idp.profile.impl.SelectProfileConfiguration |
action |
private org.opensaml.profile.context.ProfileRequestContext |
prc |
private org.springframework.webflow.execution.RequestContext |
src |
| Constructor and Description |
|---|
SelectProfileConfigurationTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testInvalidProfileConfiguration()
Test that the action errors out properly if the desired profile configuration is not configured.
|
void |
testNoRelyingPartyConfiguration()
Test that the action errors out properly if there is no relying party configuration.
|
void |
testNoRelyingPartyContext()
Test that the action errors out properly if there is no relying party context.
|
void |
testSelectProfileConfiguration()
Test that the action selects the appropriate profile configuration and proceeds properly.
|
private org.springframework.webflow.execution.RequestContext src
private org.opensaml.profile.context.ProfileRequestContext prc
private net.shibboleth.idp.profile.impl.SelectProfileConfiguration action
public void setUp()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionpublic void testNoRelyingPartyContext()
throws Exception
Exceptionpublic void testNoRelyingPartyConfiguration()
throws Exception
Exceptionpublic void testInvalidProfileConfiguration()
throws Exception
ExceptionCopyright © 1999–2014. All rights reserved.