9 references to AttemptCount
Aspire.Cli.Tests (9)
Commands\RunCommandTests.cs (1)
146
Assert.Equal(0, processFactory.
AttemptCount
);
Commands\StartCommandTests.cs (1)
159
Assert.Equal(0, processFactory.
AttemptCount
);
Commands\StopCommandTests.cs (1)
946
() => processFactory.
AttemptCount
)
DotNet\DotNetCliRunnerTests.cs (3)
2272
Assert.Equal(2, executor.
AttemptCount
);
2314
Assert.Equal(3, executor.
AttemptCount
); // Should have attempted 3 times
2356
Assert.Equal(1, executor.
AttemptCount
); // Should have attempted only once
Processes\ProcessTreeGracefulShutdownServiceTests.cs (1)
43
Assert.Equal(1, executionFactory.
AttemptCount
);
Projects\PrebuiltAppHostServerTests.cs (1)
1430
Assert.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
"/>.