BonCodeUnitTestProject.SettingsTest.LogLevelTest C# (CSharp) Method

LogLevelTest() private method

private LogLevelTest ( ) : void
return void
        public void LogLevelTest()
        {
            Settings target = new Settings(); // TODO: Initialize to an appropriate value
            int actual;
            actual = target.LogLevel;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }