BonCodeUnitTestProject.SettingsTest.LogDirTest C# (CSharp) Method

LogDirTest() private method

private LogDirTest ( ) : void
return 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.");
        }