public void GetImageTest() { UserInfoManager target = new UserInfoManager(); // TODO: Initialize to an appropriate value List<GiftImage> expected = null; // TODO: Initialize to an appropriate value List<GiftImage> actual; actual = target.GetImage(); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }