示例#1
0
 /**
  * @see org.apache.jmeter.samplers.AbstractSampler#applies(org.apache.jmeter.config.ConfigTestElement)
  */
 public Boolean Applies(ConfigTestElement configElement)
 {
     String guiClass = configElement.getProperty(TestElement.GUI_CLASS).getStringValue();
     return APPLIABLE_CONFIG_CLASSES.Contains(guiClass);
 }
        /**
         * @see org.apache.jmeter.samplers.AbstractSampler#applies(org.apache.jmeter.config.ConfigTestElement)
         */
        public Boolean Applies(ConfigTestElement configElement)
        {
            String guiClass = configElement.getProperty(TestElement.GUI_CLASS).getStringValue();

            return(APPLIABLE_CONFIG_CLASSES.Contains(guiClass));
        }