Beispiel #1
0
        public void GetExamHistoryByID()
        {
            LicenseService target = new LicenseService();                  // TODO: Initialize to an appropriate value
            string         idCard = "1669700065351";                       // TODO: Initialize to an appropriate value

            DTO.ResponseService <List <DTO.ExamHistory> > expected = null; // TODO: Initialize to an appropriate value
            DTO.ResponseService <List <DTO.ExamHistory> > actual;
            actual = target.GetExamHistoryByID(idCard);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }