stopNexus(staticNexus);
staticNexus = null;
runningNexusBundleCoordinates = null;
}
final NexusBundle nexusToBeStarted = nexus();
final boolean alreadyRunning = nexusToBeStarted.isRunning();
startNexus(nexusToBeStarted);
if (!alreadyRunning) {
final BundleStatistics statistics = nexusToBeStarted.statistics();
testIndex().recordInfo("preparation time", statistics.preparationTime().asSeconds().toString());
testIndex().recordInfo(
"startup time",
String.format(
"%s (boot time %s)",