elsa-core/test/unit/Elsa.Activities.UnitTests/Flow
Sipke Schoorstra 39dae54604
Add integration and unit tests for Start activity across different workflow scenarios (#7111)
- Introduced three test workflows:
  - `StartInFlowchartAsExplicitStartWorkflow`: Verifies the explicit `Start` activity in a flowchart as a starting point.
  - `StartInFlowchartWithStartPropertyWorkflow`: Confirms precedence of `Flowchart.Start` property over the `Start` activity.
  - `StartInSequenceWorkflow`: Demonstrates successful `Start` activity usage in a sequence.

- Added integration tests (`StartTests`) ensuring expected execution flows and `Start` activity behavior for each workflow.
- Added unit tests validating `Start` activity implementation and compliance with `IStartNode`.
- Ensures test coverage for `Start` activity behavior across flowchart, sequence, and property overrides.
2025-11-27 09:24:33 +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
StartTests.cs Add integration and unit tests for Start activity across different workflow scenarios (#7111) 2025-11-27 09:24:33 +01:00