10 references to CreateParameterProcessor
Aspire.Hosting.Tests (10)
Orchestrator\ParameterProcessorTests.cs (10)
23var parameterProcessor = CreateParameterProcessor(); 47var parameterProcessor = CreateParameterProcessor(interactionService: interactionService, disableDashboard: false); 71var parameterProcessor = CreateParameterProcessor(notificationService: notificationService); 102var parameterProcessor = CreateParameterProcessor(interactionService: interactionService); 118var parameterProcessor = CreateParameterProcessor(interactionService: interactionService); 136var parameterProcessor = CreateParameterProcessor(interactionService: interactionService, disableDashboard: false); 151var parameterProcessor = CreateParameterProcessor(); 170var parameterProcessor = CreateParameterProcessor(notificationService: notificationService, interactionService: testInteractionService); 266var parameterProcessor = CreateParameterProcessor(interactionService: testInteractionService); 294var parameterProcessor = CreateParameterProcessor();