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