Class ContainerPropertiesFunction
- java.lang.Object
-
- org.apache.camel.test.testcontainers.ContainerPropertiesFunction
-
- All Implemented Interfaces:
org.apache.camel.spi.PropertiesFunction
@Deprecated public class ContainerPropertiesFunction extends Object implements org.apache.camel.spi.PropertiesFunction
Deprecated.Tests using this component should switch the test-infra. Please check the test-infra module for details and conversion procedures.
-
-
Constructor Summary
Constructors Constructor Description ContainerPropertiesFunction(List<org.testcontainers.containers.GenericContainer<?>> containers)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringapply(String remainder)Deprecated.StringgetName()Deprecated.
-
-
-
Constructor Detail
-
ContainerPropertiesFunction
public ContainerPropertiesFunction(List<org.testcontainers.containers.GenericContainer<?>> containers)
Deprecated.
-
-