4 references to AttemptCount
Aspire.Cli.Tests (4)
DotNet\DotNetCliRunnerTests.cs (3)
1111
Assert.Equal(2, executor.
AttemptCount
);
1152
Assert.Equal(3, executor.
AttemptCount
); // Should have attempted 3 times
1193
Assert.Equal(1, executor.
AttemptCount
); // Should have attempted only once
TestServices\TestDotNetCliExecutionFactory.cs (1)
167
/// Returns both the runner and the factory so the test can check <see cref="TestDotNetCliExecutionFactory.
AttemptCount
"/>.