public DelayStepFactory() {
super(DELAY_TYPE, "Delay", "Delays TestCase execution for a specified number of milliseconds", "/wait.gif");
}
public WsdlTestStep buildTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest) {
return new WsdlDelayTestStep(testCase, config, forLoadTest);
}