BonCodeUnitTestProject.SettingsTest.SettingsConstructorTest C# (CSharp) Method

SettingsConstructorTest() private method

private SettingsConstructorTest ( ) : void
return void
        public void SettingsConstructorTest()
        {
            Settings target = new Settings();
            Assert.Inconclusive("TODO: Implement code to verify target");
        }