public void TestNomeSobrenomeF() { var testI = new ContatoBLL(); bool dd = testI.validaNome("vinicius"); Assert.IsFalse(dd); }
public void TestNomeSobrenomeV() { var testI = new ContatoBLL(); bool dd = testI.validaNome("vinicius nascimento"); Assert.IsTrue(dd); }