public void InsertSessionTest() { UserInfoManager target = new UserInfoManager(); // TODO: Initialize to an appropriate value SessionValue _objSessionValue = null; // TODO: Initialize to an appropriate value string strId = string.Empty; // TODO: Initialize to an appropriate value target.InsertSession(_objSessionValue, strId); Assert.Inconclusive("A method that does not return a value cannot be verified."); }