elsa-core/test/unit/Elsa.Activities.UnitTests/Composition
Sipke Schoorstra 8700036123
Add unit and integration tests for Complete activity to validate composite workflows execution (#7108)
* Add unit and integration tests for `Complete` activity to validate composite workflows execution

- Introduced integration and unit tests covering `Complete` activity behavior in nested and simple composite workflows.
- Added `CompleteTests` for edge cases such as immediate parent completion and composite termination.
- Developed new composite activities (`InnerComposite`, `OuterComposite`, `SimpleComposite`) for testing scenarios.

* Remove unnecessary `Complete` constructors tests.
2025-11-26 12:26:31 +01:00
..
CompleteTests.cs Add unit and integration tests for Complete activity to validate composite workflows execution (#7108) 2025-11-26 12:26:31 +01:00
ContainerTests.cs Add unit and integration tests for Container activity, covering behavior such as variable scoping, child activity execution, and mixed variable types. (#7102) 2025-11-25 19:06:52 +01:00
ExecuteWorkflowTests.cs Addresses warnings and enforces null safety (#7051) 2025-11-12 16:56:31 +01:00
SetOutputTests.cs Add unit and integration tests for SetOutput activity 2025-10-22 23:43:51 +02:00