Class AuthManagerWrapper

    • 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.
      • isClearEachIteration

        public boolean isClearEachIteration()
        If selected, then the cache is cleared at the start of the thread.
      • setClearEachIteration

        public void setClearEachIteration​(boolean clearEachIteration)
        If selected, then the cache is cleared at the start of the thread.
      • isControlledByThread

        public boolean isControlledByThread()
      • setControlledByThread

        public void setControlledByThread​(boolean controlledByThread)