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

ServerTest() 개인적인 메소드

private ServerTest ( ) : void
리턴 void
        public void ServerTest()
        {
            Settings target = new Settings(); // TODO: Initialize to an appropriate value
            string actual;
            actual = target.Server;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }