1 write to _testServer
Microsoft.AspNetCore.Routing.FunctionalTests (1)
RouterSampleTest.cs (1)
22
_testServer
= _host.GetTestServer();
2 references to _testServer
Microsoft.AspNetCore.Routing.FunctionalTests (2)
RouterSampleTest.cs (2)
24
_client =
_testServer
.CreateClient();
98
_testServer
.Dispose();