Ejemplo n.º 1
0
 public void SelecionarTodosPessoaTest()
 {
     CRM_DAO_Pessoa target = new CRM_DAO_Pessoa(); // TODO: Initialize to an appropriate value
     List<Pessoa> expected = null; // TODO: Initialize to an appropriate value
     List<Pessoa> actual;
     actual = target.SelecionarTodosPessoa();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Ejemplo n.º 2
0
 public void SelecionarTodosPessoaTest()
 {
     CRM_DAO_Pessoa target = new CRM_DAO_Pessoa(); // TODO: Initialize to an appropriate value
     List<EntPessoa> actual;
     actual = target.SelecionarTodosPessoa();
 }