@Override
public void run(RunNotifier notifier)
{
// Get the list of test profiles.
final List<Class< ? >> profiles =
new ClasspathClassesFinder(IsProfileTester.INSTANCE, "java.class.path").find();
final Map<Profile, XWikiExecutor> executorByProfile = new HashMap<Profile, XWikiExecutor>();
for (int i = 0; i < profiles.size(); i++) {
try {
// All executors are #0 because they will not be run in parallel.