예제 #1
0
 /** Test get accounts. */
 @Test
 public void testGetAccounts() {
   Accounts accounts = service.getAccountsInfo();
   Assert.assertNotNull(accounts);
   Assert.assertFalse(accounts.getAccounts().isEmpty());
 }