1 write to _testServer
Microsoft.AspNetCore.Routing.FunctionalTests (1)
EndpointRoutingSampleTest.cs (1)
23
_testServer
= _host.GetTestServer();
2 references to _testServer
Microsoft.AspNetCore.Routing.FunctionalTests (2)
EndpointRoutingSampleTest.cs (2)
26
_client =
_testServer
.CreateClient();
231
_testServer
.Dispose();