Exemplo n.º 1
0
 public void registrarClienteTest()
 {
     GestorPlanilla target = new GestorPlanilla(); // TODO: Initialize to an appropriate value
     string pnombre = string.Empty; // TODO: Initialize to an appropriate value
     string ppersonacontacto = string.Empty; // TODO: Initialize to an appropriate value
     string pcorreo = string.Empty; // TODO: Initialize to an appropriate value
     string ptelefono = string.Empty; // TODO: Initialize to an appropriate value
     int pidPais = 0; // TODO: Initialize to an appropriate value
     target.registrarCliente(pnombre, ppersonacontacto, pcorreo, ptelefono, pidPais);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }