15 references to TestApp
InMemory.FunctionalTests (15)
ConnectionMiddlewareTests.cs (3)
27{ TestApp.EchoApp }, 28{ TestApp.EchoAppPipeWriter } 213await using (var server = new TestServer(TestApp.EchoApp, serviceContext, listenOptions))
RequestTests.cs (9)
286await using (var server = new TestServer(TestApp.EchoAppChunked, testContext)) 651await using (var server = new TestServer(TestApp.EchoAppChunked, testContext)) 685await using (var server = new TestServer(TestApp.EchoApp, testContext)) 724await using (var server = new TestServer(TestApp.EchoAppChunked, testContext)) 758await using (var server = new TestServer(TestApp.EchoApp, testContext)) 797await using (var server = new TestServer(TestApp.EchoAppChunked, testContext)) 853await using (var server = new TestServer(TestApp.EchoAppChunked, testContext)) 889await using (var server = new TestServer(TestApp.EchoAppChunked, testContext)) 1268await using (var server = new TestServer(TestApp.EchoAppChunked, testContext))
ResponseTests.cs (3)
2182await using (var server = new TestServer(TestApp.EchoApp, serviceContext)) 2206await using (var server = new TestServer(TestApp.EmptyApp, testContext)) 2282await using (var server = new TestServer(TestApp.EmptyApp, testContext))