5 references to EchoApp
InMemory.FunctionalTests (5)
ConnectionMiddlewareTests.cs (2)
27{ TestApp.EchoApp }, 213await using (var server = new TestServer(TestApp.EchoApp, serviceContext, listenOptions))
RequestTests.cs (2)
685await using (var server = new TestServer(TestApp.EchoApp, testContext)) 758await using (var server = new TestServer(TestApp.EchoApp, testContext))
ResponseTests.cs (1)
2182await using (var server = new TestServer(TestApp.EchoApp, serviceContext))