5 instantiations of CommandOutputExpectation
Aspire.Cli.EndToEnd.Tests (5)
AppHostSyntaxErrorOutputTests.cs (5)
189
private static readonly CommandOutputExpectation s_dotNetRunOutputExpectation =
new
(
201
private static readonly CommandOutputExpectation s_dotNetMissingSdkRunOutputExpectation =
new
(
217
private static readonly CommandOutputExpectation s_dotNetStartOutputExpectation =
new
(
227
private static readonly CommandOutputExpectation s_typeScriptRunOutputExpectation =
new
(
239
private static readonly CommandOutputExpectation s_typeScriptStartOutputExpectation =
new
(
8 references to CommandOutputExpectation
Aspire.Cli.EndToEnd.Tests (8)
AppHostSyntaxErrorOutputTests.cs (8)
94
CommandOutputExpectation
outputExpectation,
137
CommandOutputExpectation
outputExpectation,
176
private static void AssertTerminalRecording(string terminalRecording,
CommandOutputExpectation
outputExpectation)
189
private static readonly
CommandOutputExpectation
s_dotNetRunOutputExpectation = new(
201
private static readonly
CommandOutputExpectation
s_dotNetMissingSdkRunOutputExpectation = new(
217
private static readonly
CommandOutputExpectation
s_dotNetStartOutputExpectation = new(
227
private static readonly
CommandOutputExpectation
s_typeScriptRunOutputExpectation = new(
239
private static readonly
CommandOutputExpectation
s_typeScriptStartOutputExpectation = new(