public void AtribuirTest()
        {
            GerenciadorGrupoPlanoDeContas_Accessor target = new GerenciadorGrupoPlanoDeContas_Accessor(); // TODO: Initialize to an appropriate value
            GrupoPlanoDeContasModel grupoModel            = null;                                         // TODO: Initialize to an appropriate value
            tb_grupoplanocontas     grupoE = null;                                                        // TODO: Initialize to an appropriate value

            target.Atribuir(grupoModel, grupoE);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void GetQueryTest()
        {
            GerenciadorGrupoPlanoDeContas_Accessor target   = new GerenciadorGrupoPlanoDeContas_Accessor(); // TODO: Initialize to an appropriate value
            IQueryable <GrupoPlanoDeContasModel>   expected = null;                                         // TODO: Initialize to an appropriate value
            IQueryable <GrupoPlanoDeContasModel>   actual;

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