aspnetcore/test/Microsoft.AspNet.Hosting.Tests/Fakes
David Fowler 2b07b1a5fa Added test that injects IHostingEnvironment
#221
2015-04-01 21:59:14 -07:00
..
FakeOptions.cs
FakeService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFactoryService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFakeEveryService.cs Reacting to DI changes 2014-11-24 10:10:51 -08:00
IFakeScopedService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFakeService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFakeServiceInstance.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFakeSingletonService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
IFakeStartupCallback.cs
INonexistentService.cs Hosting changes reacting to fallback being removed 2014-11-20 17:23:31 -08:00
Startup.cs React to DI changes 2015-03-04 18:25:49 -08:00
StartupBase.cs Removed Ctor, Cleaned up namespace and removed extra vertical spacing as per comments. 2015-02-13 11:47:42 -06:00
StartupBoom.cs
StartupNoServices.cs
StartupWithConfigureServices.cs Make services registered in ConfigureServices work in Configure 2014-12-06 10:41:10 -08:00
StartupWithConfigureServicesNotResolved.cs Fixes #76 - improve error messages in Hosting 2015-03-01 22:55:27 -08:00
StartupWithHostingEnvironment.cs Added test that injects IHostingEnvironment 2015-04-01 21:59:14 -07:00
StartupWithNullConfigureServices.cs Rework hosting 2015-03-19 10:57:34 -07:00
StartupWithServices.cs