Package net.shibboleth.idp.session.impl
Class DestroySessionsTest
java.lang.Object
org.opensaml.core.testing.OpenSAMLInitBaseTestCase
net.shibboleth.idp.session.impl.SessionManagerBaseTestCase
net.shibboleth.idp.session.impl.DestroySessionsTest
DestroySessions unit test.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate net.shibboleth.idp.session.impl.DestroySessionsprivate ProfileRequestContextprivate RequestContextFields inherited from class net.shibboleth.idp.session.impl.SessionManagerBaseTestCase
sessionManager, storageService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAllows override of component properties before initializing them.voidvoidvoidvoidvoidvoidvoidMethods inherited from class net.shibboleth.idp.session.impl.SessionManagerBaseTestCase
createSession, getRequest, getResponse, setUp, tearDownMethods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
Field Details
-
src
-
prc
-
action
private net.shibboleth.idp.session.impl.DestroySessions action
-
-
Constructor Details
-
DestroySessionsTest
public DestroySessionsTest()
-
-
Method Details
-
setUpAction
- Throws:
ComponentInitializationException
-
adjustProperties
Allows override of component properties before initializing them.- Overrides:
adjustPropertiesin classSessionManagerBaseTestCase- Throws:
ComponentInitializationException- ...
-
testNoContext
public void testNoContext() -
testNoSessions
public void testNoSessions() -
testOneSessionNoUnbind
- Throws:
SessionExceptionResolverException
-
testOneSessionUnbind
- Throws:
SessionExceptionResolverException
-
testOneSessionDifferent
- Throws:
SessionExceptionResolverException
-
testTwoSessions
- Throws:
SessionExceptionResolverException
-