Class BoltTestElementBeanInfoSupport

java.lang.Object
java.beans.SimpleBeanInfo
org.apache.jmeter.testbeans.BeanInfoSupport
org.apache.jmeter.protocol.bolt.sampler.BoltTestElementBeanInfoSupport
All Implemented Interfaces:
BeanInfo
Direct Known Subclasses:
BoltSamplerBeanInfo

public abstract class BoltTestElementBeanInfoSupport extends BeanInfoSupport
  • Constructor Details

    • BoltTestElementBeanInfoSupport

      protected BoltTestElementBeanInfoSupport(Class<? extends TestBean> beanClass)
      Construct a BeanInfo for the given class.
      Parameters:
      beanClass - class for which to construct a BeanInfo