Class TestRequestUtils

java.lang.Object
org.apache.struts.mock.TestMockBase
org.apache.struts.util.TestRequestUtils

public class TestRequestUtils extends TestMockBase
Unit tests for RequestUtils.
Version:
$Rev$ $Date$
  • Constructor Details

    • TestRequestUtils

      public TestRequestUtils()
  • Method Details

    • setUp

      @BeforeEach public void setUp()
      Overrides:
      setUp in class TestMockBase
    • tearDown

      @AfterEach public void tearDown()
      Overrides:
      tearDown in class TestMockBase
    • testAbsoluteURL

      @Test public void testAbsoluteURL()
    • testActionURL1

      @Test public void testActionURL1()
    • testActionURL2

      @Test public void testActionURL2()
    • testActionURL3

      @Test public void testActionURL3()
    • testCreateActionForm1a

      @Test public void testCreateActionForm1a()
    • testCreateActionForm1b

      @Test public void testCreateActionForm1b()
    • testCreateActionForm2a

      @Test public void testCreateActionForm2a()
    • testCreateActionForm2b

      @Test public void testCreateActionForm2b()
    • testCreateActionForm3a

      @Test public void testCreateActionForm3a()
    • testCreateActionForm3b

      @Test public void testCreateActionForm3b()
    • testCreateActionForm4a

      @Test public void testCreateActionForm4a()
    • testForwardURL1

      @Test public void testForwardURL1()
    • testForwardURL2

      @Test public void testForwardURL2()
    • testForwardURL3

      @Test public void testForwardURL3()
    • testForwardURLa

      @Test public void testForwardURLa()
    • testRequestURL

      @Test public void testRequestURL()
    • testSelectApplication1a

      @Test public void testSelectApplication1a()
    • testSelectApplication1b

      @Test public void testSelectApplication1b()
    • testSelectApplication2a

      @Test public void testSelectApplication2a()
    • testSelectApplication2b

      @Test public void testSelectApplication2b()
    • testServerURL

      @Test public void testServerURL()