public class ResolveAttributesTest extends Object
ResolveAttributes unit test.| Modifier and Type | Class and Description |
|---|---|
private static class |
ResolveAttributesTest.AttributeService |
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.profile.context.ProfileRequestContext |
prc |
private org.springframework.webflow.execution.RequestContext |
src |
| Constructor and Description |
|---|
ResolveAttributesTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUpAction() |
void |
testResolveAttributes()
Test that the action resolves attributes and proceeds properly.
|
void |
testResolveSpecificAttributes() |
void |
testUnableToFindResolver()
Test that action returns the proper event if the attribute configuration is broken
|
void |
testUnableToResolveAttributes()
Test that action returns the proper event if the attributes are not able to be resolved.
|
private org.springframework.webflow.execution.RequestContext src
private org.opensaml.profile.context.ProfileRequestContext prc
public void setUpAction()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionpublic void testResolveAttributes()
throws Exception
Exceptionpublic void testResolveSpecificAttributes()
throws Exception
Exceptionpublic void testUnableToResolveAttributes()
throws Exception
ExceptionCopyright © 1999–2015. All rights reserved.