Esempio n. 1
0
        public void TestNomeSobrenomeF()
        {
            var  testI = new ContatoBLL();
            bool dd    = testI.validaNome("vinicius");

            Assert.IsFalse(dd);
        }
Esempio n. 2
0
        public void TestNomeSobrenomeV()
        {
            var  testI = new ContatoBLL();
            bool dd    = testI.validaNome("vinicius nascimento");

            Assert.IsTrue(dd);
        }