Exemplo n.º 1
0
 @Test
 public void testGetNotNullComputerList() throws Exception {
   ComputerList computerList = client.getComputerList();
   assertNotNull(computerList);
 }