Class ParameterExtractorTest
java.lang.Object
org.apache.tiles.request.jakarta.servlet.extractor.ParameterExtractorTest
Tests
ParameterExtractor.
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 forParameterExtractor.getKeys().voidTest method forParameterExtractor.getValue(String).
-
Constructor Details
-
ParameterExtractorTest
public ParameterExtractorTest()Empty default constructor
-
-
Method Details
-
setUp
Sets up the test. -
testGetKeys
Test method forParameterExtractor.getKeys(). -
testGetValue
Test method forParameterExtractor.getValue(String).
-