private final List components = Lists.newArrayList(WsTester.class);
private final Properties initialProps = new Properties();
public ServerTester() {
homeDir = createTempDir();
platform = new Platform();
clusterName = "cluster-" + System.currentTimeMillis();
clusterPort = NetworkUtils.freePort();
Properties properties = new Properties();
properties.setProperty(ProcessConstants.CLUSTER_NAME, clusterName);