using NUS_Downloader.Properties; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace NUSDTEST { /// ///This is a test class for ResourcesTest and is intended ///to contain all ResourcesTest Unit Tests /// [TestClass()] public class ResourcesTest { private TestContext testContextInstance; /// ///Gets or sets the test context which provides ///information about and functionality for the current test run. /// public TestContext TestContext { get { return testContextInstance; } set { testContextInstance = value; } } #region Additional test attributes // //You can use the following additional attributes as you write your tests: // //Use ClassInitialize to run code before running the first test in the class //[ClassInitialize()] //public static void MyClassInitialize(TestContext testContext) //{ //} // //Use ClassCleanup to run code after all tests in a class have run //[ClassCleanup()] //public static void MyClassCleanup() //{ //} // //Use TestInitialize to run code before running each test //[TestInitialize()] //public void MyTestInitialize() //{ //} // //Use TestCleanup to run code after each test has run //[TestCleanup()] //public void MyTestCleanup() //{ //} // #endregion /// ///A test for wilolgoi /// [TestMethod()] [DeploymentItem("NUS Downloader.exe")] public void wilolgoiTest() { // Private Accessor for NUS_Downloader.Properties.Resources is not found. Please rebuild the containing project or run the Publicize.exe manually. Assert.Inconclusive("Private Accessor for NUS_Downloader.Properties.Resources is not found. Please reb" + "uild the containing project or run the Publicize.exe manually."); } /// ///A test for ResourceManager /// [TestMethod()] [DeploymentItem("NUS Downloader.exe")] public void ResourceManagerTest() { // Private Accessor for NUS_Downloader.Properties.Resources is not found. Please rebuild the containing project or run the Publicize.exe manually. Assert.Inconclusive("Private Accessor for NUS_Downloader.Properties.Resources is not found. Please reb" + "uild the containing project or run the Publicize.exe manually."); } /// ///A test for dsi /// [TestMethod()] [DeploymentItem("NUS Downloader.exe")] public void dsiTest() { // Private Accessor for NUS_Downloader.Properties.Resources is not found. Please rebuild the containing project or run the Publicize.exe manually. Assert.Inconclusive("Private Accessor for NUS_Downloader.Properties.Resources is not found. Please reb" + "uild the containing project or run the Publicize.exe manually."); } /// ///A test for Culture /// [TestMethod()] [DeploymentItem("NUS Downloader.exe")] public void CultureTest() { // Private Accessor for NUS_Downloader.Properties.Resources is not found. Please rebuild the containing project or run the Publicize.exe manually. Assert.Inconclusive("Private Accessor for NUS_Downloader.Properties.Resources is not found. Please reb" + "uild the containing project or run the Publicize.exe manually."); } /// ///A test for bullet_redorange /// [TestMethod()] [DeploymentItem("NUS Downloader.exe")] public void bullet_redorangeTest() { // Private Accessor for NUS_Downloader.Properties.Resources is not found. Please rebuild the containing project or run the Publicize.exe manually. Assert.Inconclusive("Private Accessor for NUS_Downloader.Properties.Resources is not found. Please reb" + "uild the containing project or run the Publicize.exe manually."); } /// ///A test for bullet_redgreen /// [TestMethod()] [DeploymentItem("NUS Downloader.exe")] public void bullet_redgreenTest() { // Private Accessor for NUS_Downloader.Properties.Resources is not found. Please rebuild the containing project or run the Publicize.exe manually. Assert.Inconclusive("Private Accessor for NUS_Downloader.Properties.Resources is not found. Please reb" + "uild the containing project or run the Publicize.exe manually."); } /// ///A test for bullet_red /// [TestMethod()] [DeploymentItem("NUS Downloader.exe")] public void bullet_redTest() { // Private Accessor for NUS_Downloader.Properties.Resources is not found. Please rebuild the containing project or run the Publicize.exe manually. Assert.Inconclusive("Private Accessor for NUS_Downloader.Properties.Resources is not found. Please reb" + "uild the containing project or run the Publicize.exe manually."); } /// ///A test for bullet_orange /// [TestMethod()] [DeploymentItem("NUS Downloader.exe")] public void bullet_orangeTest() { // Private Accessor for NUS_Downloader.Properties.Resources is not found. Please rebuild the containing project or run the Publicize.exe manually. Assert.Inconclusive("Private Accessor for NUS_Downloader.Properties.Resources is not found. Please reb" + "uild the containing project or run the Publicize.exe manually."); } /// ///A test for bullet_green /// [TestMethod()] [DeploymentItem("NUS Downloader.exe")] public void bullet_greenTest() { // Private Accessor for NUS_Downloader.Properties.Resources is not found. Please rebuild the containing project or run the Publicize.exe manually. Assert.Inconclusive("Private Accessor for NUS_Downloader.Properties.Resources is not found. Please reb" + "uild the containing project or run the Publicize.exe manually."); } /// ///A test for Resources Constructor /// [TestMethod()] [DeploymentItem("NUS Downloader.exe")] public void ResourcesConstructorTest() { // Private Accessor for NUS_Downloader.Properties.Resources is not found. Please rebuild the containing project or run the Publicize.exe manually. Assert.Inconclusive("Private Accessor for NUS_Downloader.Properties.Resources is not found. Please reb" + "uild the containing project or run the Publicize.exe manually."); } } }