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
If you have used the annotations and extensions provided by Testcontainers framework, then the lifecycle of container instances is managed by the Testcontainers framework.
53
-
Please refer to the official documentation for the information about lifecycle of the containers, when managed by the Testcontainers framework.
52
+
If you have used the annotations and extensions provided by Testcontainers, then the lifecycle of container instances is managed by the Testcontainers.
53
+
Please refer to the official documentation for the information about lifecycle of the containers, when managed by the Testcontainers.
54
54
55
55
When the containers are managed by Spring as beans, then the lifecycle is clearly defined by Spring.
56
56
The container beans are created and started before the beans of other types are created.
0 commit comments