示例#1
0
        public void GetSpecialDocTypeTest()
        {
            DataCenterService target      = new DataCenterService();   // TODO: Initialize to an appropriate value
            string            docStatus   = "A";                       // TODO: Initialize to an appropriate value
            string            trainStatus = "Y";                       // TODO: Initialize to an appropriate value
            ResponseService <List <SpecialDocument> > expected = null; // TODO: Initialize to an appropriate value
            ResponseService <List <SpecialDocument> > actual;

            actual = target.GetSpecialDocType(docStatus, trainStatus);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }