4 references to AttemptCount
Aspire.Cli.Tests (4)
DotNet\DotNetCliRunnerTests.cs (3)
1183
Assert.Equal(2, executor.
AttemptCount
);
1224
Assert.Equal(3, executor.
AttemptCount
); // Should have attempted 3 times
1265
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
"/>.