Beispiel #1
0
        public void AddUserGroupTest1()
        {
            UserGroupBLL target    = new UserGroupBLL(); // TODO: Initialize to an appropriate value
            UserGroup    userGroup = null;               // TODO: Initialize to an appropriate value

            target.AddUserGroup(userGroup);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }