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

MaxConnectionsTest() private méthode

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