elsa-core/test/unit/Elsa.Activities.UnitTests/Looping
Sipke Schoorstra 7a66926f16
Add unit and integration tests for ParallelForEach activity covering behavior with different item types, fault handling, and scenario-specific conditions (#7120)
* Add unit and integration tests for `ParallelForEach` activity covering behavior with different item types, fault handling, and scenario-specific conditions

* Replace `Array.Empty<string>()` with `[]` in `ParallelForEachTests` to simplify syntax.
2025-11-27 20:58:58 +01:00
..
BreakTests.cs Improves Fork activity and break signal handling (#7104) 2025-11-25 19:29:02 +01:00
ForTests.cs Refactoring and improvements of For unit tests 2025-10-27 14:55:50 +01:00
ParallelForEachTests.cs Add unit and integration tests for ParallelForEach activity covering behavior with different item types, fault handling, and scenario-specific conditions (#7120) 2025-11-27 20:58:58 +01:00
WhileTests.cs Improvement on looping iterations 2025-10-28 11:37:42 +01:00