Gil Zilberfeld explains how to organize Spring configurations for integration testing

Integration Testing With Spring – Organizing Configurations

We’ve talked about nested configurations. Now, let’s move on to using imported configurations in a smart way. Let’s say in the main app (as in “production”), I have a whole lot of beans I need to inject. The thing not… Continue Reading…

Gil Zilberfeld talks about configuration for mocking in integration tests and unit tesitng

Integration Testing with Spring – Configurations

First, a couple of words about Spring in general as a dependency injection framework. One of the best things in Spring is its simplicity of injection. Regardless of where you are, you pop an @Autowired annotation on a class variable (which… Continue Reading…

Copyright Gil Zilberfeld, 2025