public void testCreateSessionFailsWhenSessionIdAlreadyExists() throws Exception {
recordDoStart();
String sessionId = "sessionId";
wadiManager.createWithName(sessionId);
modify().throwException(new SessionAlreadyExistException());
startVerification();
manager = newManager(Collections.EMPTY_SET);
manager.doStart();