Class DebugPostProcessor

java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.extractor.DebugPostProcessor
All Implemented Interfaces:
Serializable, Cloneable, Searchable, PostProcessor, TestBean, org.apache.jmeter.testelement.TestElement

public class DebugPostProcessor extends AbstractTestElement implements PostProcessor, TestBean
Debugging Post-Processor: creates a subSample containing the variables defined in the previous sampler.
See Also:
  • Constructor Details

    • DebugPostProcessor

      public DebugPostProcessor()
  • Method Details

    • process

      public void process()
      Description copied from interface: PostProcessor
      Provides the PostProcessor with a SampleResult object from which to extract values for use in future Queries.
      Specified by:
      process in interface PostProcessor
    • isDisplayJMeterVariables

      public boolean isDisplayJMeterVariables()
    • setDisplayJMeterVariables

      public void setDisplayJMeterVariables(boolean displayJMeterVariables)
    • isDisplayJMeterProperties

      public boolean isDisplayJMeterProperties()
    • setDisplayJMeterProperties

      public void setDisplayJMeterProperties(boolean displayJMeterProperties)
    • isDisplaySamplerProperties

      public boolean isDisplaySamplerProperties()
    • setDisplaySamplerProperties

      public void setDisplaySamplerProperties(boolean displaySamplerProperties)
    • isDisplaySystemProperties

      public boolean isDisplaySystemProperties()
    • setDisplaySystemProperties

      public void setDisplaySystemProperties(boolean displaySystemProperties)