@Create public void start() throws Exception { PropertyManager.getInstance().initialize(); display.setModule("main"); reset(); }
public boolean isTesting() { boolean value = PropertyManager.getInstance().getBoolean("aries.testing"); return value; }