コード例 #1
0
 public void ExcluirPessoaTest()
 {
     CRM_DAO_Pessoa target = new CRM_DAO_Pessoa(); // TODO: Initialize to an appropriate value
     target.ExcluirPessoa();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
コード例 #2
0
 public void ExcluirPessoaTest()
 {
     CRM_DAO_Pessoa target = new CRM_DAO_Pessoa(); // TODO: Initialize to an appropriate value
     target.ExcluirPessoa();
 }