Ejemplo n.º 1
0
        public void AtribuirTest()
        {
            GerenciadorComentario_Accessor target = new GerenciadorComentario_Accessor(); // TODO: Initialize to an appropriate value
            ComentarioModel comentarioModel       = null;                                 // TODO: Initialize to an appropriate value
            tb_comentario   comentarioE           = null;                                 // TODO: Initialize to an appropriate value

            target.Atribuir(comentarioModel, comentarioE);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Ejemplo n.º 2
0
        public void GetQueryTest()
        {
            GerenciadorComentario_Accessor target   = new GerenciadorComentario_Accessor(); // TODO: Initialize to an appropriate value
            IQueryable <ComentarioModel>   expected = null;                                 // TODO: Initialize to an appropriate value
            IQueryable <ComentarioModel>   actual;

            actual = target.GetQuery();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }