* (non-Javadoc) Create the corresponding Test Element and set up its data
*
* @see org.apache.jmeter.gui.JMeterGUIComponent#createTestElement()
*/
public TestElement createTestElement() {
ExampleSampler sampler = new ExampleSampler();
modifyTestElement(sampler);
return sampler;
}