1 instantiation of Invocation
Aspire.Hosting.Radius.Tests (1)
Deployment\ControlPlaneVersionGateTests.cs (1)
342Invocations.Add(new Invocation(fileName, arguments, environment, kubeConfigContents));
3 references to Invocation
Aspire.Hosting.Radius.Tests (3)
Deployment\ControlPlaneVersionGateTests.cs (3)
271var export = runner.Invocations[0]; 275var version = runner.Invocations[1]; 327public List<Invocation> Invocations { get; } = [];