Inheritance: global::System.Configuration.ApplicationSettingsBase
コード例 #1
0
ファイル: SettingsTest.cs プロジェクト: jlwestsr/iis2tomcat
 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
ファイル: SettingsTest.cs プロジェクト: jlwestsr/iis2tomcat
 public void SettingsConstructorTest()
 {
     Settings target = new Settings();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
コード例 #3
0
ファイル: SettingsTest.cs プロジェクト: jlwestsr/iis2tomcat
 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.");
 }