public class SelectRelyingPartyConfigurationTest extends Object
SelectRelyingPartyConfiguration unit test.| Modifier and Type | Class and Description |
|---|---|
private class |
SelectRelyingPartyConfigurationTest.MockResolver
A resolver that returns a relying party configuration or throws an exception.
|
| Constructor and Description |
|---|
SelectRelyingPartyConfigurationTest() |
| Modifier and Type | Method and Description |
|---|---|
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 |
testNoResolver() |
void |
testResolveRelyingPartyConfiguration()
Test that the action resolves the relying party and proceeds properly.
|
void |
testUnableToResolveRelyingPartyConfiguration()
Test that the action errors out properly if the relying party configuration can not be resolved.
|
public void testNoResolver()
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 testUnableToResolveRelyingPartyConfiguration()
throws Exception
ExceptionCopyright © 1999–2014. All rights reserved.