Пример #1
0
        public void ApplicationNameTest()
        {
            AppInfo target   = new cAppInfo(); // TODO: Initialize to an appropriate value
            string  expected = string.Empty;   // TODO: Initialize to an appropriate value
            string  actual;

            target.ApplicationName = expected;
            actual = target.ApplicationName;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Пример #2
0
        public void cAppInfoConstructorTest()
        {
            cAppInfo target = new cAppInfo();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }