public class AddDoNotCacheConditionToAssertionsTest
extends org.opensaml.core.OpenSAMLInitBaseTestCase
AddDoNotCacheConditionToAssertions unit test.| Constructor and Description |
|---|
AddDoNotCacheConditionToAssertionsTest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
testSingleAssertionWithExistingDoNotCacheCondition()
Test that an addition DoNotCache is not added if an assertion already contains one.
|
public AddDoNotCacheConditionToAssertionsTest()
public void testNoResponse()
throws Exception
Exceptionpublic void testNoAssertion()
throws Exception
Exceptionpublic void testSingleAssertion()
throws Exception
Exceptionpublic void testSingleAssertionWithExistingCondition()
throws Exception
Exceptionpublic void testSingleAssertionWithExistingDoNotCacheCondition()
throws Exception
ExceptionCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.