BonCodeUnitTestProject.SettingsTest.ServerTest C# (CSharp) Method

ServerTest() private method

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