Class Containers
- java.lang.Object
-
- org.apache.camel.test.testcontainers.Containers
-
@Deprecated public final class Containers extends Object
Deprecated.Tests using this component should switch the test-infra. Please check the test-infra module for details and conversion procedures.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.testcontainers.containers.GenericContainer<?>lookup(List<org.testcontainers.containers.GenericContainer<?>> containers, String containerName)Deprecated.static voidstart(List<org.testcontainers.containers.GenericContainer<?>> containers, org.testcontainers.containers.Network network, long timeout)Deprecated.static voidstop(List<org.testcontainers.containers.GenericContainer<?>> containers, long timeout)Deprecated.
-
-
-
Method Detail
-
start
public static void start(List<org.testcontainers.containers.GenericContainer<?>> containers, org.testcontainers.containers.Network network, long timeout) throws Exception
Deprecated.- Throws:
Exception
-
stop
public static void stop(List<org.testcontainers.containers.GenericContainer<?>> containers, long timeout) throws Exception
Deprecated.- Throws:
Exception
-
-