public void ExisteTest() { bool paso = MoraBLL.Existe(1); Assert.AreEqual(paso, true); }
public void ExisteTest() { bool paso = MoraBLL.Existe(1); Assert.IsNotNull(paso); }
public void ExisteTest() { var existe = MoraBLL.Existe(3); Assert.IsNotNull(existe); }