*@exception Exception !ToDo (Exception description)
***************************************/
public void testConfigGathering() throws Exception
{
ListedHashTree testing = new ListedHashTree();
GenericController controller = new GenericController();
ConfigTestElement config1 = new ConfigTestElement();
config1.setName("config1");
config1.setProperty(HTTPSampler.DOMAIN, "www.jarkarta.org");
HTTPSampler sampler = new HTTPSampler();
sampler.setName("sampler");