Class MockSessionContext
java.lang.Object
io.github.cdiunit.internal.servlet5.MockSessionContext
- All Implemented Interfaces:
jakarta.servlet.http.HttpSessionContext
Mock implementation of
HttpSessionContext
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIds()
jakarta.servlet.http.HttpSession
getSession
(String arg0)
-
Constructor Details
-
MockSessionContext
public MockSessionContext()
-
-
Method Details
-
getIds
- Specified by:
getIds
in interfacejakarta.servlet.http.HttpSessionContext
-
getSession
- Specified by:
getSession
in interfacejakarta.servlet.http.HttpSessionContext
-