@Override
public TestElement createTestElement() {
AuthManager authMan = tableModel.manager;
configureTestElement(authMan);
authMan.setClearEachIteration(clearEachIteration.isSelected());
return (TestElement) authMan.clone();
}
/**
* Modifies a given TestElement to mirror the data in the gui components.
*