1 write to Value
Aspire.Cli.EndToEnd.Tests (1)
tests\Shared\Hex1bTestHelpers.cs (1)
20
return ++
Value
;
34 references to Value
Aspire.Cli.EndToEnd.Tests (34)
AppHostSyntaxErrorOutputTests.cs (1)
149
var expectedCounter = counter.
Value
;
Helpers\CliE2EAutomatorHelpers.cs (9)
299
.FindPattern(counter.
Value
.ToString())
308
.FindPattern(counter.
Value
.ToString())
388
.FindPattern(counter.
Value
.ToString())
392
}, timeout: effectiveTimeout, description: $"aspire add completion or version picker [{counter.
Value
} OK] $");
764
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]");
966
var expectedCounter = counter.
Value
;
Helpers\KubernetesDeployTestHelpers.cs (1)
297
.FindPattern(counter.
Value
.ToString())
KubernetesPublishRequiresExternalEndpointTests.cs (1)
110
var expectedCounter = counter.
Value
;
StartStopTests.cs (1)
294
.FindPattern(counter.
Value
.ToString())
tests\Shared\Hex1bAutomatorTestHelpers.cs (15)
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.");
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())