Class AllContainers
java.lang.Object
com.playtika.testcontainer.common.spring.AllContainers
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
public class AllContainers
extends Object
implements org.springframework.beans.factory.DisposableBean
-
Constructor Summary
ConstructorsConstructorDescriptionAllContainers(List<org.testcontainers.containers.GenericContainer> genericContainers, TestcontainersProperties testcontainersProperties) -
Method Summary
-
Constructor Details
-
AllContainers
public AllContainers(List<org.testcontainers.containers.GenericContainer> genericContainers, TestcontainersProperties testcontainersProperties)
-
-
Method Details
-
destroy
public void destroy()- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean
-