コード例 #1
0
ファイル: CardDavStoreTest.java プロジェクト: herrwusel/Flock
 public void testDavCurrentUserPrincipal() throws Exception {
   Optional<String> currentUserPrincipal = cardDavStore.getCurrentUserPrincipal();
   assertTrue("DAV:current-user-principal should be something.", currentUserPrincipal.isPresent());
 }