Esempio n. 1
0
        public void GetAcceptOffNameByIdTest()
        {
            DataCenterService        target        = new DataCenterService(); // TODO: Initialize to an appropriate value
            string                   acceptOffCode = "111";                   // TODO: Initialize to an appropriate value
            ResponseService <string> expected      = null;                    // TODO: Initialize to an appropriate value
            ResponseService <string> actual;

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