*
* @param mc the TestElement being created.
*/
protected void configureTestElement(TestElement mc)
{
mc.setProperty(new StringProperty(TestElement.NAME, getName()));
mc.setProperty(
new StringProperty(
TestElement.GUI_CLASS,
this.getClass().getName()));
mc.setProperty(
new StringProperty(
TestElement.TEST_CLASS,
mc.getClass().getName()));
//This stores the state of the TestElement
log.debug("setting element to enabled: " + enabled);