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