public void OnTestFixtureStartUp() { appHost = new SimpleAppHostHttpListener(); appHost.Init(); appHost.Start(ListeningOn); System.Console.WriteLine("ExampleAppHost Created at {0}, listening on {1}", DateTime.Now, ListeningOn); }
public void TestFixtureStartUp() { LogManager.LogFactory = new TestLogFactory(); appHost = new SimpleAppHostHttpListener(); appHost.Init(); appHost.Start(ListeningOn); System.Console.WriteLine("ExampleAppHost Created at {0}, listening on {1}", appHost.CreatedAt, ListeningOn); }