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