Add how to deal with dependencies in scenarios#215
Open
yossisp wants to merge 10 commits into
Open
Conversation
…c-… namespace in JDBC-based event support.
…ht profiles. Remove the nesting of the test classes as they will be executed without profiles activated.
This reverts commit 1985529.
odrotbohm
force-pushed
the
main
branch
2 times, most recently
from
June 23, 2023 11:07
469d951 to
5e2da72
Compare
odrotbohm
force-pushed
the
main
branch
2 times, most recently
from
August 9, 2023 19:25
de70fe3 to
46127e0
Compare
odrotbohm
force-pushed
the
main
branch
2 times, most recently
from
November 1, 2023 22:48
2b4419f to
0ae19fb
Compare
odrotbohm
force-pushed
the
main
branch
4 times, most recently
from
June 17, 2024 20:05
8845262 to
3d32b20
Compare
odrotbohm
force-pushed
the
main
branch
2 times, most recently
from
November 22, 2024 10:21
f3d5e3b to
3b608e9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
Integration Test Scenarios of Event-Driven Modulessection 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).@ApplicationModuleTest(extraIncludes = "")@SpringBootTest+@EnableScenarios.