aspnetcore/test
Cesar Blum Silveira 39164eeb40 Simplify WebHostBuilderTests.CanUseCustomLoggerFactory.
- Keep all the code in the test itself, instead of in an
  extension method. Makes it easier to understand what's
  happening without having to look up the extension
  method's definition.
2017-04-05 11:23:54 -07:00
..
Microsoft.AspNetCore.Hosting.FunctionalTests more logging and more resiliant port selection (#996) 2017-03-30 09:46:50 -07:00
Microsoft.AspNetCore.Hosting.TestSites more logging and more resiliant port selection (#996) 2017-03-30 09:46:50 -07:00
Microsoft.AspNetCore.Hosting.Tests Simplify WebHostBuilderTests.CanUseCustomLoggerFactory. 2017-04-05 11:23:54 -07:00
Microsoft.AspNetCore.TestHost.Tests