more StateMachine tests
1d6a87cf
Labyrinth Apps
committed
succeeded
1 changed file
StateMachineTests.cs
/LabApps.Threading.Core.Tests/StateMachineTests.cs+4
/LabApps.Threading.Core.Tests/StateMachineTests.cs
Add comment 224 }
Add comment 225
Add comment 226 [Theory]
Add comment 227 Plus   [InlineData(2)]
Add comment 228 Plus   [InlineData(100)]
Add comment 229 Plus   [InlineData(1_000)]
Add comment 230 Plus   [InlineData(10_000)]
Add comment 227 231 [InlineData(100_000)]
Add comment 228 232 public async Task EnqueueManyEvents(int iterations)
Add comment 229 233 {