38 writes to AssertionCallback
Aspire.Cli.Tests (38)
Commands\DashboardRunCommandTests.cs (7)
140
executionFactory.
AssertionCallback
= (args, _, _, _) => { capturedArgs = args; };
216
executionFactory.
AssertionCallback
= (args, _, _, _) => { capturedArgs = args; };
249
executionFactory.
AssertionCallback
= (args, _, _, _) => { capturedArgs = args; };
269
executionFactory.
AssertionCallback
= (_, env, _, _) => { capturedEnv = env; };
293
executionFactory.
AssertionCallback
= (_, env, _, _) => { capturedEnv = env; };
313
executionFactory.
AssertionCallback
= (args, _, _, _) => { capturedArgs = args; };
339
executionFactory.
AssertionCallback
= (args, _, _, _) => { capturedArgs = args; };
Layout\LayoutProcessRunnerTests.cs (11)
19
AssertionCallback
= (_, env, _, _) => capturedEnv = env,
37
AssertionCallback
= (_, env, _, _) => capturedEnv = env,
61
AssertionCallback
= (_, env, _, _) => capturedEnv = env,
79
AssertionCallback
= (_, env, _, _) => capturedEnv = env,
103
AssertionCallback
= (_, _, _, options) => capturedOptions = options,
122
AssertionCallback
= (_, _, _, options) => capturedOptions = options,
139
AssertionCallback
= (_, _, _, options) => capturedOptions = options,
158
AssertionCallback
= (_, _, _, options) => capturedOptions = options,
180
AssertionCallback
= (_, _, _, options) => capturedOptions = options,
210
AssertionCallback
= (_, env, _, options) => { capturedEnv = env; capturedOptions = options; },
239
AssertionCallback
= (_, env, _, options) => { capturedEnv = env; capturedOptions = options; },
NuGet\BundleNuGetServiceTests.cs (6)
32
AssertionCallback
= (args, _, _, _) => invocations.Add(args.ToArray())
110
AssertionCallback
= (args, _, _, _) => invocations.Add(args.ToArray())
156
AssertionCallback
= (args, _, _, _) => invocations.Add(args.ToArray())
200
AssertionCallback
= (args, _, _, _) =>
325
AssertionCallback
= (args, _, _, _) => invocations.Enqueue(args.ToArray()),
399
AssertionCallback
= (args, _, _, _) => invocations.Add(args.ToArray())
Processes\ProcessTreeGracefulShutdownServiceTests.cs (3)
31
AssertionCallback
= (arguments, _, workingDirectory, _) =>
67
AssertionCallback
= (arguments, _, _, _) => capturedArguments = arguments
159
AssertionCallback
= (arguments, _, _, _) =>
Projects\PrebuiltAppHostServerTests.cs (10)
1482
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1523
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1582
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1641
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1705
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1760
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1814
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1875
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1945
executionFactory.
AssertionCallback
= (args, _, _, _) =>
2310
AssertionCallback
= (args, _, _, _) =>
TestServices\TestProcessExecutionFactory.cs (1)
289
AssertionCallback
= assertionCallback,
1 reference to AssertionCallback
Aspire.Cli.Tests (1)
TestServices\TestProcessExecutionFactory.cs (1)
86
AssertionCallback
?.Invoke(args, env, workingDirectory, options);