Class DetachableHttpSessionTestCase
java.lang.Object
org.wildfly.clustering.session.container.servlet.DetachableHttpSessionTestCase
Unit test for
DetachableHttpSession.- Author:
- Paul Ferraro
-
Constructor Details
-
DetachableHttpSessionTestCase
public DetachableHttpSessionTestCase()
-
-
Method Details
-
getServletContext
@Test public void getServletContext() -
getId
@Test public void getId() -
getCreationTime
@Test public void getCreationTime() -
getMaxInactiveInterval
@Test public void getMaxInactiveInterval() -
getLastAccessedTime
@Test public void getLastAccessedTime() -
isNew
@Test public void isNew() -
getAttributeNames
@Test public void getAttributeNames() -
getAttribute
@Test public void getAttribute() -
setMaxInactiveInterval
@Test public void setMaxInactiveInterval() -
setAttribute
@Test public void setAttribute() -
removeAttribute
@Test public void removeAttribute() -
invalidate
@Test public void invalidate()
-