Ejemplo n.º 1
0
 public void TestFixtureTearDown()
 {
     if (this.appHost != null)
     {
         this.appHost.Dispose();
     }
     this.appHost = null;
 }
Ejemplo n.º 2
0
 public void TextFixtureSetUp()
 {
     this.appHost = new PapercutHttpListener();
     this.appHost.Init();
     this.appHost.Start("http://localhost:52080/");
 }
Ejemplo n.º 3
0
 public void TestFixtureTearDown()
 {
     if (this.appHost != null) this.appHost.Dispose();
     this.appHost = null;
 }
Ejemplo n.º 4
0
 public void TextFixtureSetUp()
 {
     this.appHost = new PapercutHttpListener();
     this.appHost.Init();
     this.appHost.Start("http://localhost:52080/");
 }