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

PortTest() private méthode

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