BonCodeUnitTestProject.SettingsTest.DefaultTest C# (CSharp) Method

DefaultTest() private method

private DefaultTest ( ) : void
return void
        public void DefaultTest()
        {
            Settings actual;
            actual = Settings.Default;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }