final boolean clustersSupported = systemInfo == null ?
false : systemInfo.supportsFeature( SystemInfo.CLUSTERS_FEATURE );
final boolean multipleServersSupported = systemInfo == null ?
false : systemInfo.supportsFeature( SystemInfo.MULTIPLE_SERVERS_FEATURE );
final boolean monitorsSupported = ! offline;
final List<Class<junit.framework.TestCase>> included = new ArrayList<Class<junit.framework.TestCase>>();
final List<Class<junit.framework.TestCase>> omitted = new ArrayList<Class<junit.framework.TestCase>>();