Beispiel #1
0
 @Test
 public void testMissingProfileCreator() {
   final IpClient client = new IpClient(new SimpleTestTokenAuthenticator());
   client.setProfileCreator(null);
   TestsHelper.initShouldFail(client, "profileCreator cannot be null");
 }