-
Task
-
Resolution: Obsolete
-
Undefined
-
None
-
None
Goal:
- Make possible to do unit test internal/infrastructure/service/impl/ components.
Acceptance Criteria:
- Refactor to inject dependencies.
- A factory function exist to instantiate the components easily.
- The dependencies can be added as mocks, letting to unit test them easily.
Additional Notes:
- If the factory function get too complex, gather the data into a struct and add a builder around it.