testListener = new TestListener();
resultTable = new TestAllConnectionsResultTable(entityLookup, pageDisplayer);
startAction = new StartTestAction();
retestAction = new RetestFailedConnectionsAction();
stopAction = new StopTestAction();
statusPanel = new DottedTextLabel();
statusPanel.setVisible(false);
testLock = new Object();
failedConnectionsSwitch = new ShowFailedConnectionsOnlySwitch(resultTable);
}