Inheritance: AppHostHttpListenerBase
Esempio n. 1
0
 public void OnTestFixtureTearDown()
 {
     if (appHost != null)
     {
         appHost.Dispose();
         appHost = null;
     }
 }
Esempio n. 2
0
		public void OnTestFixtureTearDown()
		{
			if (appHost != null)
			{
				appHost.Dispose();
				appHost = null;
			}
		}
Esempio n. 3
0
 public void OnTestFixtureSetUp()
 {
     appHost = new IocAppHost();
     appHost.Init();
     appHost.Start(ListeningOn);
 }
Esempio n. 4
0
 public void OnTestFixtureSetUp()
 {
     appHost = new IocAppHost();
     appHost.Init();
     appHost.Start(ListeningOn);
 }