for (final String testName : buckets.keySet()) {
versions.put(testName, Integer.valueOf(-1));
}
return new ProctorResult(Audit.EMPTY_VERSION, buckets, Collections.<String, ConsumableTestDefinition>emptyMap());
}
final ProctorResult result = proctor.determineTestGroups(identifiers, context, forcedGroups);
return result;
}
protected abstract Map<String, TestBucket> getDefaultBucketValues();