public void Get_1() { HelpResource help = new HelpResource(Properties.Help.ResourceManager); help.Get("mock"); }
public void HelpResource() { HelpResource help = new HelpResource(Properties.Help.ResourceManager); }
public void Get_0() { HelpResource help = new HelpResource(Properties.Help.ResourceManager); Assert.AreEqual(Properties.Help.Width, help.Get("width")); Assert.AreEqual(Properties.Help.Height, help.Get("height")); }