Skip to content

How to deal with multi-level dependencies #415

@wackazong

Description

@wackazong

I have the following levels of dependencies in my project

usecases
repositories
gateways
config

These are organized in an approach which looks like the Application example (multiple containers).

If I do unit tests of the usecases I do not want to override all the repositories and gateways. I just want to override the repositories container. How could I e.g. override all gateways in the example?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions