BonCodeUnitTestProject.SettingsTest.PortTest C# (CSharp) 메소드

PortTest() 개인적인 메소드

private PortTest ( ) : void
리턴 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.");
        }