コード例 #1
0
 public void GetSessionDetailTest()
 {
     UserInfoManager target = new UserInfoManager(); // TODO: Initialize to an appropriate value
     string SessionValues = string.Empty; // TODO: Initialize to an appropriate value
     List<SessionValue> expected = null; // TODO: Initialize to an appropriate value
     List<SessionValue> actual;
     actual = target.GetSessionDetail(SessionValues);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }