elsa-core/test/unit/Elsa.Activities.UnitTests/Flow
Sipke Schoorstra 87dc976b5f
Add integration and unit tests for End activity and update flowchart termination logic (#7109)
- Introduced `EndInFlowchartWorkflow` and `EndInSequenceWorkflow` to test `End` activity behavior in flowcharts and sequences.
- Added `EndTests` integration and unit tests to verify correct termination behavior, including `ITerminalNode` implementation.
- Updated flowchart logic to handle terminal nodes, ensuring immediate flowchart completion upon encountering `End`.
2025-11-26 12:26:04 +01:00
..
EndTests.cs Add integration and unit tests for End activity and update flowchart termination logic (#7109) 2025-11-26 12:26:04 +01:00
FlowchartTestHelpers.cs Adds SetVariable activity unit tests (#6989) 2025-10-22 20:54:58 +02:00
FlowchartTests.cs Adds SetVariable activity unit tests (#6989) 2025-10-22 20:54:58 +02:00
ForkTests.cs Improves Fork activity and break signal handling (#7104) 2025-11-25 19:29:02 +01:00
SequenceTests.cs Move Sequence activity tests to a dedicated namespace and add new unit and integration tests for enhanced coverage. (#7103) 2025-11-25 19:07:27 +01:00