public void OnTestFixtureTearDown() { if (appHost != null) { appHost.Dispose(); appHost = null; } }
public void OnTestFixtureSetUp() { appHost = new IocAppHost(); appHost.Init(); appHost.Start(ListeningOn); }