Class TestPlanWrapper

    • Method Detail

      • getGuiClass

        public java.lang.Class<?> getGuiClass()
        Description copied from interface: JMeterGUIWrapper
        Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
        Specified by:
        getGuiClass in interface JMeterGUIWrapper<org.apache.jmeter.control.gui.TestPlanGui>
      • getTestClass

        public java.lang.Class<?> getTestClass()
        Description copied from interface: TestElementWrapper
        Test Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
        Specified by:
        getTestClass in interface TestElementWrapper<org.apache.jmeter.testelement.TestPlan>
      • isFunctionalMode

        public boolean isFunctionalMode()
        Functional Test Mode (i.e. save Response Data and Sampler Data)
      • setFunctionalMode

        public void setFunctionalMode​(boolean functionalMode)
        Functional Test Mode (i.e. save Response Data and Sampler Data)
      • isSerialized

        public boolean isSerialized()
        Run Thread Groups consecutively (i.e. one at a time).
      • setSerialized

        public void setSerialized​(boolean serialized)
        Run Thread Groups consecutively (i.e. one at a time).
      • isTearDownOnShutdown

        public boolean isTearDownOnShutdown()
        Run tearDown Thread Groups after shutdown of main threads.
      • setTearDownOnShutdown

        public void setTearDownOnShutdown​(boolean tearDownOnShutdown)
        Run tearDown Thread Groups after shutdown of main threads.
      • getTestPlanClasspath

        public java.lang.String getTestPlanClasspath()
        Set the classpath for the test plan. If the classpath is made up from more then one path, the parts must be separated with CLASSPATH_SEPARATOR.
      • setTestPlanClasspath

        public void setTestPlanClasspath​(java.lang.String testPlanClasspath)
        Set the classpath for the test plan. If the classpath is made up from more then one path, the parts must be separated with CLASSPATH_SEPARATOR.