Exemplo n.º 1
0
 @BeforeMethod(
     description = "Make sure the Owner account exists",
     groups = {"always"})
 public void CreateOwner() throws HarnessException {
   Owner = new ZimbraAccount();
   Owner.provision();
   Owner.authenticate();
 }