public class AddOneTimeUseConditionToAssertionsTest
extends org.opensaml.core.OpenSAMLInitBaseTestCase
AddOneTimeUseConditionToAssertions unit test.| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.saml.saml2.profile.impl.AddOneTimeUseConditionToAssertions |
action |
| Constructor and Description |
|---|
AddOneTimeUseConditionToAssertionsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testMultipleAssertion()
Test that the condition is properly added if there are multiple assertions in the response.
|
void |
testNoAssertion()
Test that action errors out properly if there is no assertion in the response.
|
void |
testNoResponse()
Test that action errors out properly if there is no response.
|
void |
testSingleAssertion()
Test that the condition is properly added if there is a single assertion, without a Conditions element, in the
response.
|
void |
testSingleAssertionWithExistingCondition()
Test that the condition is properly added if there is a single assertion, with a Conditions element, in the
response.
|
private org.opensaml.saml.saml2.profile.impl.AddOneTimeUseConditionToAssertions action
public AddOneTimeUseConditionToAssertionsTest()
public void setUp()
throws ComponentInitializationException
ComponentInitializationExceptionpublic void testNoResponse()
public void testNoAssertion()
public void testSingleAssertion()
public void testSingleAssertionWithExistingCondition()
public void testMultipleAssertion()
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.