if (acuHome == null)
return;
String confDir = acuHome + "/test/system/randomwalk/conf/";
try {
Module module = new Module(new File(confDir + "modules/unit/Basic.xml"));
module.visit(new State(new Properties()), new Properties());
} catch (Exception e) {
e.printStackTrace();
}
}