示例#1
0
        public void GetExamRoomByTestingNoforManageTest()
        {
            ApplicantService target    = new ApplicantService(); // TODO: Initialize to an appropriate value
            string           testingNo = "570279";               // TODO: Initialize to an appropriate value
            string           PlaceCode = "%";                    // TODO: Initialize to an appropriate value
            ResponseService <List <DataItem> > expected = null;  // TODO: Initialize to an appropriate value
            ResponseService <List <DataItem> > actual;

            actual = target.GetExamRoomByTestingNoforManage(testingNo, PlaceCode);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }