9 references to AttemptCount
Aspire.Cli.Tests (9)
Commands\RunCommandTests.cs (1)
146Assert.Equal(0, processFactory.AttemptCount);
Commands\StartCommandTests.cs (1)
159Assert.Equal(0, processFactory.AttemptCount);
Commands\StopCommandTests.cs (1)
946() => processFactory.AttemptCount)
DotNet\DotNetCliRunnerTests.cs (3)
2272Assert.Equal(2, executor.AttemptCount); 2314Assert.Equal(3, executor.AttemptCount); // Should have attempted 3 times 2356Assert.Equal(1, executor.AttemptCount); // Should have attempted only once
Processes\ProcessTreeGracefulShutdownServiceTests.cs (1)
43Assert.Equal(1, executionFactory.AttemptCount);
Projects\PrebuiltAppHostServerTests.cs (1)
1430Assert.Equal(2, executionFactory.AttemptCount);
TestServices\TestProcessExecutionFactory.cs (1)
341/// Returns both the runner and the factory so the test can check <see cref="TestProcessExecutionFactory.AttemptCount"/>.