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
Improve formatting according to the requirements in Wiki
Concretely I have ensured that there are three lines between text and next header.
Also I added anchors to each header
Signed-off-by: Vanio Begic <[email protected]>
TIP: Using interfaces for declaring contains helps with reuse.
51
57
When containers are declared in an interface, this can be reused in your javadoc:org.springframework.context.annotation.Configuration[format=annotation] classes and in test classes.
52
58
59
+
60
+
[[test.testcontainers.container-lifecycle]]
53
61
== Lifecycle of managed containers
54
62
55
63
If you have used the annotations and extensions provided by Testcontainers, then the lifecycle of container instances is managed by the Testcontainers.
@@ -80,6 +88,8 @@ This usually happens after all tests using that specific cached application cont
80
88
81
89
It is important to note that a single test container instance can be, and often is, retained across execution of tests from multiple test classes.
0 commit comments