assertEquals("88888", server.getPort());
}
public void testListAll() throws IOException {
ServerService service = new ServerService();
List<Server> servers = service.listAll();
servers.size();
}
public void testUpdate() throws IOException {
int id = Integer.parseInt(ConfigFile.readMaxId(ConfigFile.SERVER_MAXID));