BonCodeUnitTestProject.SettingsTest.PortTest C# (CSharp) Method

PortTest() private method

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