BonCodeUnitTestProject.SettingsTest.FlushThresholdTest C# (CSharp) Method

FlushThresholdTest() private method

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