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
and place a JUnit test class in an application module package or any sub-package of that and annotate it with `@ApplicationModuleTest`:
17
+
18
+
.An application module integration test class
8
19
[tabs]
9
20
======
10
21
Java::
@@ -36,7 +47,7 @@ class OrderIntegrationTests {
36
47
This will run your integration test similar to what `@SpringBootTest` would have achieved but with the bootstrap actually limited to the application module the test resides in.
37
48
If you configure the log level for `org.springframework.modulith` to `DEBUG`, you will see detailed information about how the test execution customizes the Spring Boot bootstrap:
38
49
39
-
.The log output of a application module integration test bootstrap
50
+
.The log output of an application module integration test bootstrap
0 commit comments