return null;
}
}
public void setUp() throws Exception {
startLatch = new Latch();
shutdownLatch = new Latch();
stopLatch = new Latch();
completed = new CountDown(COUNT);
try {
properties = new Properties();
try {
properties.load(new File(System.getProperty("user.home") + "/login.properties").toURI().toURL().openStream());