use of org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy in project jmeter by apache.
the class HttpTestSampleGui method createTestElement.
/**
* {@inheritDoc}
*/
@Override
public TestElement createTestElement() {
HTTPSamplerBase sampler = new HTTPSamplerProxy();
modifyTestElement(sampler);
return sampler;
}
Aggregations