37 writes to AssertionCallback
Aspire.Cli.Tests (37)
Commands\DashboardRunCommandTests.cs (6)
137executionFactory.AssertionCallback = (args, _, _, _) => { capturedArgs = args; }; 213executionFactory.AssertionCallback = (args, _, _, _) => { capturedArgs = args; }; 243executionFactory.AssertionCallback = (args, _, _, _) => { capturedArgs = args; }; 263executionFactory.AssertionCallback = (_, env, _, _) => { capturedEnv = env; }; 287executionFactory.AssertionCallback = (args, _, _, _) => { capturedArgs = args; }; 313executionFactory.AssertionCallback = (args, _, _, _) => { capturedArgs = args; };
Layout\LayoutProcessRunnerTests.cs (11)
19AssertionCallback = (_, env, _, _) => capturedEnv = env, 37AssertionCallback = (_, env, _, _) => capturedEnv = env, 61AssertionCallback = (_, env, _, _) => capturedEnv = env, 79AssertionCallback = (_, env, _, _) => capturedEnv = env, 103AssertionCallback = (_, _, _, options) => capturedOptions = options, 122AssertionCallback = (_, _, _, options) => capturedOptions = options, 139AssertionCallback = (_, _, _, options) => capturedOptions = options, 158AssertionCallback = (_, _, _, options) => capturedOptions = options, 180AssertionCallback = (_, _, _, options) => capturedOptions = options, 210AssertionCallback = (_, env, _, options) => { capturedEnv = env; capturedOptions = options; }, 239AssertionCallback = (_, env, _, options) => { capturedEnv = env; capturedOptions = options; },
NuGet\BundleNuGetServiceTests.cs (6)
32AssertionCallback = (args, _, _, _) => invocations.Add(args.ToArray()) 110AssertionCallback = (args, _, _, _) => invocations.Add(args.ToArray()) 156AssertionCallback = (args, _, _, _) => invocations.Add(args.ToArray()) 200AssertionCallback = (args, _, _, _) => 325AssertionCallback = (args, _, _, _) => invocations.Enqueue(args.ToArray()), 399AssertionCallback = (args, _, _, _) => invocations.Add(args.ToArray())
Processes\ProcessTreeGracefulShutdownServiceTests.cs (3)
31AssertionCallback = (arguments, _, workingDirectory, _) => 67AssertionCallback = (arguments, _, _, _) => capturedArguments = arguments 159AssertionCallback = (arguments, _, _, _) =>
Projects\PrebuiltAppHostServerTests.cs (10)
1456executionFactory.AssertionCallback = (args, _, _, _) => 1497executionFactory.AssertionCallback = (args, _, _, _) => 1556executionFactory.AssertionCallback = (args, _, _, _) => 1615executionFactory.AssertionCallback = (args, _, _, _) => 1679executionFactory.AssertionCallback = (args, _, _, _) => 1734executionFactory.AssertionCallback = (args, _, _, _) => 1788executionFactory.AssertionCallback = (args, _, _, _) => 1849executionFactory.AssertionCallback = (args, _, _, _) => 1919executionFactory.AssertionCallback = (args, _, _, _) => 2284AssertionCallback = (args, _, _, _) =>
TestServices\TestProcessExecutionFactory.cs (1)
289AssertionCallback = assertionCallback,
1 reference to AssertionCallback
Aspire.Cli.Tests (1)
TestServices\TestProcessExecutionFactory.cs (1)
86AssertionCallback?.Invoke(args, env, workingDirectory, options);