9 references to AttemptCount
Aspire.Cli.Tests (9)
Commands\RunCommandTests.cs (1)
148
Assert.Equal(0, processFactory.
AttemptCount
);
Commands\StartCommandTests.cs (1)
160
Assert.Equal(0, processFactory.
AttemptCount
);
Commands\StopCommandTests.cs (1)
946
() => processFactory.
AttemptCount
)
DotNet\DotNetCliRunnerTests.cs (3)
2321
Assert.Equal(2, executor.
AttemptCount
);
2363
Assert.Equal(3, executor.
AttemptCount
); // Should have attempted 3 times
2405
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
"/>.