elsa-core/test/integration/Elsa.Activities.IntegrationTests/Primitives/Workflows
Sipke Schoorstra 8f35cab2ad
Add unit and integration tests for Fault activity to validate fault propagation behavior (#7113)
- Introduced multiple workflows (`FaultWorkflow`, `FaultWithDefaultsWorkflow`, `FaultViaFactoryWorkflow`, `FaultInSequenceWorkflow`) to test fault scenarios.
- Added `FaultTests` to verify fault propagation, stopping subsequent activities, and validating default, custom, and factory-configured fault behaviors.
- Included unit tests to ensure `FaultException` is thrown correctly with all properties set and default values applied when inputs are null.
2025-11-27 20:51:50 +01:00
..
FaultInSequenceWorkflow.cs Add unit and integration tests for Fault activity to validate fault propagation behavior (#7113) 2025-11-27 20:51:50 +01:00
FaultViaFactoryWorkflow.cs Add unit and integration tests for Fault activity to validate fault propagation behavior (#7113) 2025-11-27 20:51:50 +01:00
FaultWithDefaultsWorkflow.cs Add unit and integration tests for Fault activity to validate fault propagation behavior (#7113) 2025-11-27 20:51:50 +01:00
FaultWorkflow.cs Add unit and integration tests for Fault activity to validate fault propagation behavior (#7113) 2025-11-27 20:51:50 +01:00