Exemplo n.º 1
0
        public void ExisteTest()
        {
            bool paso = false;

            paso = CategoriasBLL.Existe(1);
            Assert.AreEqual(paso, true);
        }
Exemplo n.º 2
0
 public void ExisteTest()
 {
     Assert.IsTrue(CategoriasBLL.Existe(1));
 }