Class TreeClonerNoTimer

  • All Implemented Interfaces:
    org.apache.jorphan.collections.HashTreeTraverser

    
    public class TreeClonerNoTimer
    extends TreeCloner
                        

    Clones the test tree, skipping test elements that implement Timer by default.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.apache.jmeter.engine.TreeCloner

        addNode, getClonedTree, processPath, subtractNode
      • Methods inherited from class org.apache.jorphan.collections.HashTreeTraverser

        addNode, processPath, subtractNode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TreeClonerNoTimer

        TreeClonerNoTimer()
      • TreeClonerNoTimer

        TreeClonerNoTimer(boolean honourNoThreadClone)
    • Method Detail