Class RequestScopeExtractorTest

java.lang.Object
org.apache.tiles.request.jakarta.servlet.extractor.RequestScopeExtractorTest

public class RequestScopeExtractorTest extends Object
Tests RequestScopeExtractor.

Copied from Apache tiles-request-servlet 1.0.7 and adapted for Jakarta EE 9.

  • Constructor Details

  • Method Details

    • setUp

      @BeforeEach public void setUp()
      Sets up the test.
    • testSetValue

      @Test public void testSetValue()
      Test method for RequestScopeExtractor.setValue(String, Object).
    • testRemoveValue

      @Test public void testRemoveValue()
      Test method for RequestScopeExtractor.removeValue(String).
    • testGetKeys

      @Test public void testGetKeys()
      Test method for RequestScopeExtractor.getKeys().
    • testGetValue

      @Test public void testGetValue()
      Test method for RequestScopeExtractor.getValue(String).