Class StrutsTestCaseHelper

java.lang.Object
org.apache.struts2.util.StrutsTestCaseHelper

public class StrutsTestCaseHelper extends Object
Generic test setup methods to be used with any unit testing framework.
  • Constructor Details

    • StrutsTestCaseHelper

      public StrutsTestCaseHelper()
  • Method Details

    • initDispatcher

      public static Dispatcher initDispatcher(jakarta.servlet.ServletContext ctx, Map<String,String> params)
    • tearDown

      public static void tearDown(Dispatcher dispatcher)
    • tearDown

      public static void tearDown()