5 references to EchoApp
InMemory.FunctionalTests (5)
ConnectionMiddlewareTests.cs (2)
29{ TestApp.EchoApp }, 223await using (var server = new TestServer(TestApp.EchoApp, serviceContext, listenOptions))
RequestTests.cs (2)
686await using (var server = new TestServer(TestApp.EchoApp, testContext)) 759await using (var server = new TestServer(TestApp.EchoApp, testContext))
ResponseTests.cs (1)
2202await using (var server = new TestServer(TestApp.EchoApp, serviceContext))