2 references to TestApp
Sockets.FunctionalTests (2)
src\Servers\Kestrel\test\FunctionalTests\ConnectionMiddlewareTests.cs (2)
26
await using (var server = new TestServer(
TestApp
.EchoApp, serviceContext, listenOptions))
68
await using (var server = new TestServer(
TestApp
.EmptyApp, serviceContext, listenOptions))