15 references to TestApp
InMemory.FunctionalTests (15)
ConnectionMiddlewareTests.cs (3)
29{ TestApp.EchoApp }, 30{ TestApp.EchoAppPipeWriter } 223await using (var server = new TestServer(TestApp.EchoApp, serviceContext, listenOptions))
RequestTests.cs (9)
287await using (var server = new TestServer(TestApp.EchoAppChunked, testContext)) 652await using (var server = new TestServer(TestApp.EchoAppChunked, testContext)) 686await using (var server = new TestServer(TestApp.EchoApp, testContext)) 725await using (var server = new TestServer(TestApp.EchoAppChunked, testContext)) 759await using (var server = new TestServer(TestApp.EchoApp, testContext)) 798await using (var server = new TestServer(TestApp.EchoAppChunked, testContext)) 854await using (var server = new TestServer(TestApp.EchoAppChunked, testContext)) 890await using (var server = new TestServer(TestApp.EchoAppChunked, testContext)) 1274await using (var server = new TestServer(TestApp.EchoAppChunked, testContext))
ResponseTests.cs (3)
2202await using (var server = new TestServer(TestApp.EchoApp, serviceContext)) 2226await using (var server = new TestServer(TestApp.EmptyApp, testContext)) 2302await using (var server = new TestServer(TestApp.EmptyApp, testContext))