public void CanChangeExamTest() { IExamService target = CreateIExamService(); // TODO: Initialize to an appropriate value string testingNo = string.Empty; // TODO: Initialize to an appropriate value string examPlaceCode = string.Empty; // TODO: Initialize to an appropriate value ResponseMessage <bool> expected = null; // TODO: Initialize to an appropriate value ResponseMessage <bool> actual; actual = target.CanChangeExam(testingNo, examPlaceCode); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }