1 write to Value
Aspire.Cli.EndToEnd.Tests (1)
tests\Shared\Hex1bTestHelpers.cs (1)
20
return ++
Value
;
38 references to Value
Aspire.Cli.EndToEnd.Tests (38)
AppHostSyntaxErrorOutputTests.cs (1)
149
var expectedCounter = counter.
Value
;
CSharpInitTests.cs (2)
54
.Find($"[{counter.
Value
} ERR:1] $ ");
56
.Find($"[{counter.
Value
} OK] $ ");
Helpers\CliE2EAutomatorHelpers.cs (9)
294
.FindPattern(counter.
Value
.ToString())
303
.FindPattern(counter.
Value
.ToString())
383
.FindPattern(counter.
Value
.ToString())
387
}, timeout: effectiveTimeout, description: $"aspire add completion or version picker [{counter.
Value
} OK] $");
754
var expectedCounter = counter.
Value
;
834
var dashboardUrlCounter = counter.
Value
;
903
.FindPattern(counter.
Value
.ToString())
906
}, timeout: TimeSpan.FromSeconds(30), description: $"dashboard URL check [{counter.
Value
} OK]");
985
var expectedCounter = counter.
Value
;
Helpers\KubernetesDeployTestHelpers.cs (1)
306
.FindPattern(counter.
Value
.ToString())
KubernetesPublishRequiresExternalEndpointTests.cs (1)
110
var expectedCounter = counter.
Value
;
StartStopTests.cs (1)
388
.FindPattern(counter.
Value
.ToString())
tests\Shared\Hex1bAutomatorTestHelpers.cs (17)
31
.FindPattern(counter.
Value
.ToString())
34
.FindPattern(counter.
Value
.ToString())
38
}, timeout: effectiveTimeout, description: $"any prompt [{counter.
Value
} OK/ERR] $");
69
var expectedPromptSequence = counter.
Value
;
233
.FindPattern(counter.
Value
.ToString())
242
.FindPattern(counter.
Value
.ToString())
252
}, timeout: effectiveTimeout, description: $"success prompt [{counter.
Value
} OK] $ (fail-fast on error)");
257
$"Command failed with non-zero exit code (detected ERR prompt at sequence {counter.
Value
}). Check the terminal recording for details.");
371
.FindPattern(counter.
Value
.ToString())
374
.FindPattern(counter.
Value
.ToString())
436
.FindPattern(counter.
Value
.ToString())
444
.FindPattern(counter.
Value
.ToString())
448
}, timeout: effectiveTimeout, description: $"agent init prompt, success prompt [{counter.
Value
} OK] $, or error prompt [{counter.
Value
} ERR:*] $");
452
throw new InvalidOperationException($"Command failed with error prompt [{counter.
Value
} ERR:*] while waiting for the agent init prompt or success prompt.");
793
.FindPattern(counter.
Value
.ToString())
818
: $"pipeline succeeded, failed, or error prompt [{counter.
Value
} ERR:*] $");
tests\Shared\Hex1bTestHelpers.cs (6)
165
.FindPattern(counter.
Value
.ToString())
188
.FindPattern(counter.
Value
.ToString())
191
.FindPattern(counter.
Value
.ToString())
219
.FindPattern(counter.
Value
.ToString())
315
.FindPattern(counter.
Value
.ToString())
328
.FindPattern(counter.
Value
.ToString())