Class SessionScopeExtractorTest

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

public class SessionScopeExtractorTest extends Object
Tests SessionScopeExtractor.

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 SessionScopeExtractor.setValue(String, Object).
    • testRemoveValue

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

      @Test public void testGetKeys()
      Test method for SessionScopeExtractor.getKeys().
    • testGetKeysNoSession

      @Test public void testGetKeysNoSession()
      Test method for SessionScopeExtractor.getKeys().
    • testGetValue

      @Test public void testGetValue()
      Test method for SessionScopeExtractor.getValue(String).
    • testGetValueNoSession

      Test method for SessionScopeExtractor.getValue(String).