Class ApplicationScopeExtractorTest
java.lang.Object
org.apache.tiles.request.jakarta.servlet.extractor.ApplicationScopeExtractorTest
Tests
ApplicationScopeExtractor
.
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 forApplicationScopeExtractor.getKeys()
.void
Test method forApplicationScopeExtractor.getValue(String)
.void
Test method forApplicationScopeExtractor.removeValue(String)
.void
Test method forApplicationScopeExtractor.setValue(String, Object)
.
-
Constructor Details
-
ApplicationScopeExtractorTest
public ApplicationScopeExtractorTest()Empty default constructor
-
-
Method Details
-
setUp
Sets up the test. -
testSetValue
Test method forApplicationScopeExtractor.setValue(String, Object)
. -
testRemoveValue
Test method forApplicationScopeExtractor.removeValue(String)
. -
testGetKeys
Test method forApplicationScopeExtractor.getKeys()
. -
testGetValue
Test method forApplicationScopeExtractor.getValue(String)
.
-