Class SessionScopeExtractorTest
java.lang.Object
org.apache.tiles.request.jakarta.servlet.extractor.SessionScopeExtractorTest
Tests
SessionScopeExtractor
.
Copied from Apache tiles-request-servlet 1.0.7 and adapted for Jakarta EE 9.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUp()
Sets up the test.void
Test method forSessionScopeExtractor.getKeys()
.void
Test method forSessionScopeExtractor.getKeys()
.void
Test method forSessionScopeExtractor.getValue(String)
.void
Test method forSessionScopeExtractor.getValue(String)
.void
Test method forSessionScopeExtractor.removeValue(String)
.void
Test method forSessionScopeExtractor.setValue(String, Object)
.
-
Constructor Details
-
SessionScopeExtractorTest
public SessionScopeExtractorTest()Empty default constructor
-
-
Method Details
-
setUp
Sets up the test. -
testSetValue
Test method forSessionScopeExtractor.setValue(String, Object)
. -
testRemoveValue
Test method forSessionScopeExtractor.removeValue(String)
. -
testGetKeys
Test method forSessionScopeExtractor.getKeys()
. -
testGetKeysNoSession
Test method forSessionScopeExtractor.getKeys()
. -
testGetValue
Test method forSessionScopeExtractor.getValue(String)
. -
testGetValueNoSession
Test method forSessionScopeExtractor.getValue(String)
.
-