Example #1
0
        public void AddToGroupTest1()
        {
            UserBLL   target    = new UserBLL(); // TODO: Initialize to an appropriate value
            UserGroup userGroup = null;          // TODO: Initialize to an appropriate value
            User      user      = null;          // TODO: Initialize to an appropriate value

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