Class ImmutableHttpSessionTestCase
java.lang.Object
org.wildfly.clustering.session.container.servlet.AbstractHttpSessionTestCase<org.wildfly.clustering.session.ImmutableSession, org.wildfly.clustering.session.ImmutableSessionMetaData>
org.wildfly.clustering.session.container.servlet.ImmutableHttpSessionTestCase
public class ImmutableHttpSessionTestCase
extends AbstractHttpSessionTestCase<org.wildfly.clustering.session.ImmutableSession, org.wildfly.clustering.session.ImmutableSessionMetaData>
Unit test for
ImmutableHttpSession.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractHttpSessionTestCase
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, invalidate, isNew, removeAttribute, setAttribute, setMaxInactiveInterval
-
Constructor Details
-
ImmutableHttpSessionTestCase
public ImmutableHttpSessionTestCase()
-