public void CheckingForSetInvalidTheme() { string Path = TestContext.CurrentContext.TestDirectory + "\\" + ConfigurationManager.AppSettings["attachName"]; BadTheme bt = new BadTheme(); Assert.IsTrue(bt.SetBadTheme(Path)); }
public void CheckingForSetInvalidTheme() { BadTheme bt = new BadTheme(); Assert.IsTrue(bt.SetBadTheme()); }