public void AddLicenseTypeTest() { IExamService target = CreateIExamService(); // TODO: Initialize to an appropriate value LicenseTypet licensetype = null; // TODO: Initialize to an appropriate value ResponseService <string> expected = null; // TODO: Initialize to an appropriate value ResponseService <string> actual; actual = target.AddLicenseType(licensetype); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }