executeTestSystemPages(testSystemPages, testSystem);
waitForTestSystemToSendResults();
}
} finally {
if (!isStopped && testSystem != null) {
testSystem.bye();
}
}
}
private TestSystem startTestSystem(final WikiPageIdentity identity, final List<TestPage> testPages) throws IOException {