2 instantiations of TestHostingContext
Microsoft.AspNetCore.TestHost.Tests (2)
ClientHandlerTests.cs (2)
613return new TestHostingContext() 657return new TestHostingContext()
24 references to TestHostingContext
Microsoft.AspNetCore.TestHost.Tests (24)
ClientHandlerTests.cs (24)
597private class DummyApplication : ApplicationWrapper, IHttpApplication<TestHostingContext> 608return ((IHttpApplication<TestHostingContext>)this).CreateContext(features); 611TestHostingContext IHttpApplication<TestHostingContext>.CreateContext(IFeatureCollection contextFeatures) 621((IHttpApplication<TestHostingContext>)this).DisposeContext((TestHostingContext)context, exception); 624void IHttpApplication<TestHostingContext>.DisposeContext(TestHostingContext context, Exception exception) 631return ((IHttpApplication<TestHostingContext>)this).ProcessRequestAsync((TestHostingContext)context); 634Task IHttpApplication<TestHostingContext>.ProcessRequestAsync(TestHostingContext context) 640private class InspectingApplication : ApplicationWrapper, IHttpApplication<TestHostingContext> 651return ((IHttpApplication<TestHostingContext>)this).CreateContext(features); 654TestHostingContext IHttpApplication<TestHostingContext>.CreateContext(IFeatureCollection contextFeatures) 665((IHttpApplication<TestHostingContext>)this).DisposeContext((TestHostingContext)context, exception); 668void IHttpApplication<TestHostingContext>.DisposeContext(TestHostingContext context, Exception exception) 675return ((IHttpApplication<TestHostingContext>)this).ProcessRequestAsync((TestHostingContext)context); 678Task IHttpApplication<TestHostingContext>.ProcessRequestAsync(TestHostingContext context)