Пример #1
0
        public void GetUserGroupTest()
        {
            DbUser_Accessor  target   = new DbUser_Accessor(); // TODO: Initialize to an appropriate value
            int              i_Id     = 0;                     // TODO: Initialize to an appropriate value
            List <UserGroup> expected = null;                  // TODO: Initialize to an appropriate value
            List <UserGroup> actual;

            actual = target.GetUserGroup(i_Id);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Пример #2
0
        public void PopulateUserGroupTest()
        {
            DbUser_Accessor target   = new DbUser_Accessor(); // TODO: Initialize to an appropriate value
            DbDataReader    i_Reader = null;                  // TODO: Initialize to an appropriate value
            UserGroup       expected = null;                  // TODO: Initialize to an appropriate value
            UserGroup       actual;

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