4 references to Invocations
Aspire.Hosting.Radius.Tests (4)
Deployment\ControlPlaneVersionGateTests.cs (4)
251Assert.Equal(["kubectl", "rad"], runner.Invocations.Select(invocation => invocation.FileName)); 271var export = runner.Invocations[0]; 275var version = runner.Invocations[1]; 342Invocations.Add(new Invocation(fileName, arguments, environment, kubeConfigContents));