BonCodeUnitTestProject.SettingsTest.MaxConnectionsTest C# (CSharp) Method

MaxConnectionsTest() private method

private MaxConnectionsTest ( ) : void
return 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.");
        }