-
-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Labels
Description
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?