matsim-org/viz-server

Refactor dependency injection

Closed this issue · 0 comments

Dependency injection is full of Singletons which are hard to unit test. Change to dependency injection via construcor. This should also ease the use of mocks.