public void GetuserSentMessagesTest()
 {
     UserInfoManager target = new UserInfoManager(); // TODO: Initialize to an appropriate value
     object[] objValue = null; // TODO: Initialize to an appropriate value
     List<MailMessage> expected = null; // TODO: Initialize to an appropriate value
     List<MailMessage> actual;
     actual = target.GetuserSentMessages(objValue);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }