Ejemplo n.º 1
0
 @Test
 public void testClose() throws Exception {
   telnetUtils.close();
   Assert.assertTrue(telnetUtils != null);
 }