Exemplo n.º 1
0
        public void DeleteLicensetypeTest()
        {
            IExamService             target      = CreateIExamService(); // TODO: Initialize to an appropriate value
            string                   licensecode = string.Empty;         // TODO: Initialize to an appropriate value
            ResponseService <string> expected    = null;                 // TODO: Initialize to an appropriate value
            ResponseService <string> actual;

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