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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()Sets up the test.voidTest method forSessionScopeExtractor.getKeys().voidTest method forSessionScopeExtractor.getKeys().voidTest method forSessionScopeExtractor.getValue(String).voidTest method forSessionScopeExtractor.getValue(String).voidTest method forSessionScopeExtractor.removeValue(String).voidTest 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).
-