Skip to content

Instantly share code, notes, and snippets.

@zbartl
Created June 6, 2017 20:59
Show Gist options
  • Save zbartl/b39704fcb23c8156095e64fce061fb25 to your computer and use it in GitHub Desktop.
Save zbartl/b39704fcb23c8156095e64fce061fb25 to your computer and use it in GitHub Desktop.
public class TestServerFixture
{
...
public TestServerFixture()
{
var builder = new WebHostBuilder()
.UseStartup(typeof(TestServerStartup));
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment