Наследование: global::System.Configuration.ApplicationSettingsBase
Пример #1
0
 public void LogLevelTest()
 {
     Settings target = new Settings(); // TODO: Initialize to an appropriate value
     int actual;
     actual = target.LogLevel;
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Пример #2
0
 public void SettingsConstructorTest()
 {
     Settings target = new Settings();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
Пример #3
0
 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.");
 }