Exemplo n.º 1
0
 public void testDavCurrentUserPrincipal() throws Exception {
   Optional<String> currentUserPrincipal = cardDavStore.getCurrentUserPrincipal();
   assertTrue("DAV:current-user-principal should be something.", currentUserPrincipal.isPresent());
 }