37 writes to AssertionCallback
Aspire.Cli.Tests (37)
Commands\DashboardRunCommandTests.cs (6)
137
executionFactory.
AssertionCallback
= (args, _, _, _) => { capturedArgs = args; };
213
executionFactory.
AssertionCallback
= (args, _, _, _) => { capturedArgs = args; };
243
executionFactory.
AssertionCallback
= (args, _, _, _) => { capturedArgs = args; };
263
executionFactory.
AssertionCallback
= (_, env, _, _) => { capturedEnv = env; };
287
executionFactory.
AssertionCallback
= (args, _, _, _) => { capturedArgs = args; };
313
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)
1456
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1497
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1556
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1615
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1679
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1734
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1788
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1849
executionFactory.
AssertionCallback
= (args, _, _, _) =>
1919
executionFactory.
AssertionCallback
= (args, _, _, _) =>
2284
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);