Пример #1
0
        public void InstallTest()
        {
            AppConfigInstaller target     = new AppConfigInstaller(); // TODO: Initialize to an appropriate value
            IDictionary        stateSaver = null;                     // TODO: Initialize to an appropriate value

            target.Install(stateSaver);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Пример #2
0
        public void AppConfigInstallerConstructorTest()
        {
            AppConfigInstaller target = new AppConfigInstaller();

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