- testAddRemoveSubcontexts() - Method in class org.opensaml.messaging.context.BaseContextTest
-
Test basic adding and removing of subcontexts.
- testAddWith2Parents() - Method in class org.opensaml.messaging.context.BaseContextTest
-
Test adding a subcontext to a parent, and then adding it to another parent.
- testAutoCreateSubcontext() - Method in class org.opensaml.messaging.context.BaseContextTest
-
Test auto creation of subcontexts.
- testBasicIteration() - Method in class org.opensaml.messaging.context.BaseContextTest
-
Test basic iteration of subcontexts.
- testClearSubcontexts() - Method in class org.opensaml.messaging.context.BaseContextTest
-
Test clearing all subcontexts from the parent.
- TestContext - Class in org.opensaml.messaging.context
-
A concrete test context implementation for use in unit tests.
- TestContext() - Constructor for class org.opensaml.messaging.context.TestContext
-
- testDuplicateAddWithoutReplace() - Method in class org.opensaml.messaging.context.BaseContextTest
-
Test case of attempting to add a duplicate subcontext class to a parent,
when replace is not in effect.
- testDuplicateAddWithReplace() - Method in class org.opensaml.messaging.context.BaseContextTest
-
Test case of attempting to add a duplicate subcontext class to a parent,
when replace is in effect.
- testExecFailure() - Method in class org.opensaml.messaging.handler.AbstractMessageHandlerTest
-
Test a failure in the exec step.
- testExecUnchecked() - Method in class org.opensaml.messaging.handler.AbstractMessageHandlerTest
-
Test an unchecked error in the exec step.
- testNoArgConstructor() - Method in class org.opensaml.messaging.context.BaseContextTest
-
Test the no-arg constructor.
- testNoRemoveIterator() - Method in class org.opensaml.messaging.context.BaseContextTest
-
Test that calling remove() on the iterator throws the expected exception.
- testPostFailure() - Method in class org.opensaml.messaging.handler.AbstractMessageHandlerTest
-
Test a failure in the post step.
- testPreFailure() - Method in class org.opensaml.messaging.handler.AbstractMessageHandlerTest
-
Test a failure in the preexec step.
- testStringAccess() - Method in class org.opensaml.messaging.context.BaseContextTest
-
- testSuccess() - Method in class org.opensaml.messaging.handler.AbstractMessageHandlerTest
-
Test a successful action run.