Class DockerContainers
java.lang.Object
org.alfresco.hxi_connector.common.test.util.DockerContainers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.testcontainers.containers.GenericContainer<?>static org.testcontainers.containers.GenericContainer<?>createActiveMqContainerWithin(org.testcontainers.containers.Network network) static org.testcontainers.containers.GenericContainer<?>createExtendedRepositoryContainerWithin(org.testcontainers.containers.Network network) static org.testcontainers.containers.localstack.LocalStackContainerstatic org.testcontainers.containers.PostgreSQLContainer<?>static org.testcontainers.containers.PostgreSQLContainer<?>createPostgresContainerWithin(org.testcontainers.containers.Network network) static org.wiremock.integrations.testcontainers.WireMockContainer
-
Constructor Details
-
DockerContainers
public DockerContainers()
-
-
Method Details
-
createExtendedRepositoryContainerWithin
public static org.testcontainers.containers.GenericContainer<?> createExtendedRepositoryContainerWithin(org.testcontainers.containers.Network network) -
createPostgresContainer
public static org.testcontainers.containers.PostgreSQLContainer<?> createPostgresContainer() -
createPostgresContainerWithin
public static org.testcontainers.containers.PostgreSQLContainer<?> createPostgresContainerWithin(org.testcontainers.containers.Network network) -
createActiveMqContainer
public static org.testcontainers.containers.GenericContainer<?> createActiveMqContainer() -
createActiveMqContainerWithin
public static org.testcontainers.containers.GenericContainer<?> createActiveMqContainerWithin(org.testcontainers.containers.Network network) -
createWireMockContainer
public static org.wiremock.integrations.testcontainers.WireMockContainer createWireMockContainer() -
createLocalStackContainer
public static org.testcontainers.containers.localstack.LocalStackContainer createLocalStackContainer()
-