Class TransactionControllerWrapper

    • Method Detail

      • getGuiClass

        public java.lang.Class<?> getGuiClass()
        Description copied from interface: JMeterGUIWrapper
        Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
      • getTestClass

        public java.lang.Class<?> getTestClass()
        Description copied from interface: TestElementWrapper
        Test Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
      • isParent

        public boolean isParent()
        Generate Parent Sample : If checked, then the sample is generated as a parent of the other samples, otherwise the sample is generated as an independent sample.
      • setParent

        public void setParent​(boolean parent)
        Generate Parent Sample : If checked, then the sample is generated as a parent of the other samples, otherwise the sample is generated as an independent sample.
      • isIncludeTimers

        public boolean isIncludeTimers()
        Include duration of timer and pre-post processors in generated sample : Whether to include timer, pre- and post-processing delays in the generated sample. Default is false.
      • setIncludeTimers

        public void setIncludeTimers​(boolean includeTimers)
        Include duration of timer and pre-post processors in generated sample : Whether to include timer, pre- and post-processing delays in the generated sample. Default is false.