Ejemplo n.º 1
0
  @Test
  public void testDNSHostingss() {
    try {
      DNSHosting dnsh = dbDao.getDNSHosting("bcs.com", "maci01.bcs.com.");

      assertNotNull(dnsh.gettype());
      System.out.println(dnsh.gettype());

      db.close();
    } catch (Exception ex) {
      System.err.println(ex.getMessage());
    }
  }