public void UserLoginTest()
 {
     UserManager target = new UserManager(); // TODO: Initialize to an appropriate value
     GeneralUser _GeneralUser = null; // TODO: Initialize to an appropriate value
     target.UserLogin(_GeneralUser);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }