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

LogLevelTest() private méthode

private LogLevelTest ( ) : void
Résultat 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.");
        }