1 write to LastArguments
Aspire.Cli.Tests (1)
TestServices\TestProcessExecutionFactory.cs (1)
80LastArguments = args;
5 references to LastArguments
Aspire.Cli.Tests (5)
Commands\RunCommandTests.cs (2)
1111var childArguments = Assert.IsAssignableFrom<IEnumerable<string>>(processFactory.LastArguments); 1203AssertDetachedChildArguments(command, processFactory.LastArguments, "--no-build", expectedAppHostArguments);
Commands\StartCommandTests.cs (1)
258AssertDetachedChildArguments(command, processFactory.LastArguments, "--no-build", expectedAppHostArguments);
ProfileCaptureServiceTests.cs (1)
56var arguments = processFactory.LastArguments;
Telemetry\InternalMicrosoftDetectorTests.cs (1)
286var arguments = Assert.IsType<string[]>(processFactory.LastArguments);