Exemplo n.º 1
0
        public void AtribuirTest()
        {
            GerenciadorPostagem_Accessor target = new GerenciadorPostagem_Accessor(); // TODO: Initialize to an appropriate value
            PostagemModel PostagemModel         = null;                               // TODO: Initialize to an appropriate value
            tb_postagem   PostagemE             = null;                               // TODO: Initialize to an appropriate value

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

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