コード例 #1
0
        public void GetUserGroupsTest1()
        {
            UserGroupBLL     target   = new UserGroupBLL(); // TODO: Initialize to an appropriate value
            List <UserGroup> expected = null;               // TODO: Initialize to an appropriate value
            List <UserGroup> actual;

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