BonCodeUnitTestProject.SettingsTest.LogDirTest C# (CSharp) Méthode

LogDirTest() private méthode

private LogDirTest ( ) : void
Résultat void
        public void LogDirTest()
        {
            Settings target = new Settings(); // TODO: Initialize to an appropriate value
            string actual;
            actual = target.LogDir;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }