***************************************/
public TestElement createTestElement()
{
AuthManager authMan = tableModel.manager;
configureTestElement(authMan);
return (TestElement)authMan.clone();
}
/**
* Modifies a given TestElement to mirror the data in the gui components.
* @see org.apache.jmeter.gui.JMeterGUIComponent#modifyTestElement(TestElement)