1 write to LastCommand
Aspire.Cli.Tests (1)
Projects\GuestRuntimeTests.cs (1)
428
LastCommand
= command;
6 references to LastCommand
Aspire.Cli.Tests (6)
Projects\GuestRuntimeTests.cs (6)
80
Assert.Equal("my-runner", launcher.
LastCommand
);
98
Assert.Equal("watch-cmd", launcher.
LastCommand
);
113
Assert.Equal("run-cmd", launcher.
LastCommand
);
130
Assert.Equal("publish-cmd", launcher.
LastCommand
);
145
Assert.Equal("run-cmd", launcher.
LastCommand
);
204
Assert.Equal("npx", launcher.
LastCommand
);