You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code was found in a real and running project.
Some service has a initialization process where access to database through a static configuration service.
Then prints the value.
How you can test this code?
About
Kata to practice Refactoring to follow Dependency Inversion Principle. A piece of code with a strong coupled initialization.