in mustella/src/main/java/marmotinni/TestCase.java [284:291]
public void populateFromAttributes(Attributes attributes)
{
description = attributes.getValue("description");
testID = attributes.getValue("testID");
keywords = attributes.getValue("keywords");
frequency = attributes.getValue("frequency");
}