public void AtribuirTest()
        {
            GerenciadorAcessoPredio_Accessor target = new GerenciadorAcessoPredio_Accessor(); // TODO: Initialize to an appropriate value
            AcessoPredioModel   AcessoPredioModel   = null;                                   // TODO: Initialize to an appropriate value
            tb_acessocondominio AcessoPredioE       = null;                                   // TODO: Initialize to an appropriate value

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

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