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

FlushThresholdTest() private méthode

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