aspnet / ServerTests

[Archived] Tests for Helios, WebListener and Kestrel. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
21 stars 13 forks source link

Replace console logger with ITestOutputHelper #64

Closed natemcmaster closed 7 years ago

natemcmaster commented 7 years ago

Using console output in test makes it hard to correlate output to which test. This replaces console logging with xunit's ITestOutputHelper abstraction.