Пример #1
0
 public void TestFixtureTearDown()
 {
     if (this.appHost != null)
     {
         this.appHost.Dispose();
     }
     this.appHost = null;
 }
Пример #2
0
 public void TextFixtureSetUp()
 {
     this.appHost = new PapercutHttpListener();
     this.appHost.Init();
     this.appHost.Start("http://localhost:52080/");
 }
Пример #3
0
 public void TestFixtureTearDown()
 {
     if (this.appHost != null) this.appHost.Dispose();
     this.appHost = null;
 }
Пример #4
0
 public void TextFixtureSetUp()
 {
     this.appHost = new PapercutHttpListener();
     this.appHost.Init();
     this.appHost.Start("http://localhost:52080/");
 }