Use stop and/or TestLifecycleAware.afterTest instead
(Since version ) see corresponding Javadoc for more information.
Use stop instead
Use start instead
Use stop and/or TestLifecycleAware.afterTest instead
Lazy container wrapper aims to solve the problem of cross-container dependencies in
MultipleContainerswhen a second container requires some after start data from a first one (e.g. an application container needs JDBC url of a container with a database - in that case the url becomes available after the database container has started)You don't need to wrap your containers into the
LazyContainermanually when you pass your containers in theMultipleContainers- there is implicit conversion for that.