Exemple #1
0
        public void GetUserGroupsbyUserTest()
        {
            UserGroupBLL target   = new UserGroupBLL(); // TODO: Initialize to an appropriate value
            string       userName = string.Empty;       // TODO: Initialize to an appropriate value

            string[] expected = null;                   // TODO: Initialize to an appropriate value
            string[] actual;
            actual = target.GetUserGroupsbyUser(userName);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }