spring-modulith
spring-modulith copied to clipboard
Add how to deal with dependencies in scenarios
Add Integration Test Scenarios of Event-Driven Modules section to the docs to describe how to write tests when modules don't directly depend on other modules (that is not via Spring dependency injection mechanisms).
- Add a use case for usage of
@ApplicationModuleTest(extraIncludes = "") - Add a use case for usage of
@SpringBootTest+@EnableScenarios.