11 references to CreateTestContext
Aspire.Cli.Tests (11)
Configuration\PrebuiltAppHostServerChannelResolutionTests.cs (1)
109TestExecutionContextFactory.CreateTestContext(),
Mcp\ListIntegrationsToolTests.cs (6)
16var tool = new ListIntegrationsTool(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 24var tool = new ListIntegrationsTool(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 33var tool = new ListIntegrationsTool(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 51var tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 76var tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 114var tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
Projects\AppHostServerSessionTests.cs (1)
566var executionContext = TestExecutionContextFactory.CreateTestContext();
Projects\PrebuiltAppHostServerTests.cs (2)
1278executionContext ??= TestExecutionContextFactory.CreateTestContext(); 2978var executionContext = TestExecutionContextFactory.CreateTestContext();
Templating\TemplateNuGetConfigServiceTests.cs (1)
1287executionContext ?? TestExecutionContextFactory.CreateTestContext(),