Example #1
0
        public void DeleteUserTest()
        {
            // TODO: add unit test for the method 'DeleteUser'
            string username = null; // TODO: replace null with proper value

            instance.DeleteUser(username);
        }