super(s);
test for the online tests being enabledreturntrue if 'online' tests are allowed. return isPropertyTrue("test.functional.online");
return isPropertyTrue("test.functional.online");
probe for a property being set in ant terms.parampropertynamereturntrue if the system property is set and set to true or yes String setting = System.getProperty(propertyname); return "true".equalsIgnoreCase(setting) || "yes".equalsIgnoreCase(setting);
String setting = System.getProperty(propertyname); return "true".equalsIgnoreCase(setting) || "yes".equalsIgnoreCase(setting);