public PropertiesStepFactory() {
super(PROPERTIES_TYPE, "Properties", "Defines / Loads global TestCase properties", "/properties_step.gif");
}
public WsdlTestStep buildTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest) {
return new WsdlPropertiesTestStep(testCase, config, forLoadTest);
}