elsa-core/test/unit
Sipke Schoorstra 59f2ea4e12
Adds unit tests for SendHttpRequest activity
This commit introduces comprehensive unit tests for the
SendHttpRequest activity, ensuring its proper functionality
and resilience. The tests cover various scenarios, including:

- Sending GET and POST requests with different content types
- Handling successful and unsuccessful responses
- Adding authorization headers
- Executing activities based on status code
- Handling exceptions like HttpRequestException and
  TaskCanceledException
- Setting response headers output
- Parsing JSON response content

These tests improve the reliability and maintainability
of the SendHttpRequest activity.
2025-10-20 20:25:55 +02:00
..
Elsa.Activities.UnitTests Adds unit tests for SendHttpRequest activity 2025-10-20 20:25:55 +02:00
Elsa.Expressions.UnitTests Feat/unit test coverage sendhttprequest (#6961) 2025-10-20 20:11:46 +02:00
Elsa.Http.UnitTests Add distributed workflow runtime implementation. 2025-06-03 09:58:20 +02:00
Elsa.Workflows.Core.UnitTests Feat/unit test coverage sendhttprequest (#6961) 2025-10-20 20:11:46 +02:00
Elsa.Workflows.Management.UnitTests Feat/unit test coverage sendhttprequest (#6961) 2025-10-20 20:11:46 +02:00
Elsa.Workflows.Runtime.UnitTests Remove obsolete modules and associated code 2025-06-02 20:05:10 +02:00
Directory.Build.props Add coverage enforcement for test projects (#6950) 2025-10-07 19:59:53 +02:00