testIndex().recordInfo("preparation time", statistics.preparationTime().asSeconds().toString());
testIndex().recordInfo(
"startup time",
String.format(
"%s (boot time %s)",
statistics.startupTime().asSeconds().toString(), statistics.bootingTime().asSeconds().toString()
)
);
}
assertThat("Nexus was not in running state", nexus().isRunning());