public void ConnStringTest()
 {
     Settings target = new Settings(); // TODO: Initialize to an appropriate value
     string actual;
     actual = target.ConnString;
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void SettingsConstructorTest()
 {
     Settings target = new Settings();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }