38 writes to AssertionCallback
Aspire.Cli.Tests (38)
Commands\DashboardRunCommandTests.cs (7)
140executionFactory.AssertionCallback = (args, _, _, _) => { capturedArgs = args; }; 216executionFactory.AssertionCallback = (args, _, _, _) => { capturedArgs = args; }; 249executionFactory.AssertionCallback = (args, _, _, _) => { capturedArgs = args; }; 269executionFactory.AssertionCallback = (_, env, _, _) => { capturedEnv = env; }; 293executionFactory.AssertionCallback = (_, env, _, _) => { capturedEnv = env; }; 313executionFactory.AssertionCallback = (args, _, _, _) => { capturedArgs = args; }; 339executionFactory.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)
1482executionFactory.AssertionCallback = (args, _, _, _) => 1523executionFactory.AssertionCallback = (args, _, _, _) => 1582executionFactory.AssertionCallback = (args, _, _, _) => 1641executionFactory.AssertionCallback = (args, _, _, _) => 1705executionFactory.AssertionCallback = (args, _, _, _) => 1760executionFactory.AssertionCallback = (args, _, _, _) => 1814executionFactory.AssertionCallback = (args, _, _, _) => 1875executionFactory.AssertionCallback = (args, _, _, _) => 1945executionFactory.AssertionCallback = (args, _, _, _) => 2310AssertionCallback = (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);