76777879808182838485
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(); } }
91929394959697
if (acuHome == null) return; Framework framework = Framework.getInstance(); String confDir = acuHome + "/test/system/randomwalk/conf/"; framework.run("unit/Basic.xml", new State(new Properties()), confDir); }