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