11 references to GetTerminalProperty
Aspire.Hosting.Tests (11)
Dashboard\DashboardServiceDataTerminalTests.cs (11)
54var enabled = GetTerminalProperty(snapshot, "terminal.enabled");
55var index = GetTerminalProperty(snapshot, "terminal.replicaIndex");
56var count = GetTerminalProperty(snapshot, "terminal.replicaCount");
57var path = GetTerminalProperty(snapshot, "terminal.consumerUdsPath");
91Assert.Equal("2", GetTerminalProperty(snapshot, "terminal.replicaIndex").Value.StringValue);
92Assert.Equal("3", GetTerminalProperty(snapshot, "terminal.replicaCount").Value.StringValue);
95GetTerminalProperty(snapshot, "terminal.consumerUdsPath").Value.StringValue);
114Assert.Equal("0", GetTerminalProperty(snapshot, "terminal.replicaIndex").Value.StringValue);
117GetTerminalProperty(snapshot, "terminal.consumerUdsPath").Value.StringValue);
139Assert.Equal("0", GetTerminalProperty(snapshot, "terminal.replicaIndex").Value.StringValue);
142GetTerminalProperty(snapshot, "terminal.consumerUdsPath").Value.StringValue);