12 references to TerminalKey
Aspire.Dashboard (1)
Components\Controls\TerminalWindowButton.razor.cs (1)
104
(!Disabled && !string.IsNullOrEmpty(
TerminalKey
) && LaunchUrl is not null)))
Aspire.Dashboard.Components.Tests (11)
Controls\TerminalWindowButtonTests.cs (11)
43
.Add(p => p.
TerminalKey
, key)
55
.Add(p => p.
TerminalKey
, "terminal")
93
.Add(p => p.
TerminalKey
, "first")
100
.Add(p => p.
TerminalKey
, "second #1/?%+")
116
cut.Render(builder => builder.Add(p => p.Disabled, false).Add(p => p.
TerminalKey
, null));
118
cut.Render(builder => builder.Add(p => p.
TerminalKey
, "second").Add(p => p.Url, null));
132
.Add(p => p.
TerminalKey
, "first")
138
cut.Render(builder => builder.Add(p => p.
TerminalKey
, "second"));
164
.Add(p => p.
TerminalKey
, "terminal")
186
.Add(p => p.
TerminalKey
, "terminal")
206
.Add(p => p.
TerminalKey
, "terminal")