public void GetAllSP() { var da = new NotasTXLocalDapperDA(); var listado = da.GetAllSP(1, 1); Assert.IsTrue(listado.Count > 0); }