fail("MalformedURLException was not expected");
}
// sendMessage without server
try {
client.sendMessage("Src", "Message");
fail("Connect to inexistant server not expected");
}
catch (NullPointerException ex) {
System.out.println("NullPointerException expected, can't send to null server");
}