Uses of Class
io.github.microcks.testcontainers.MicrocksContainersEnsemble
Packages that use MicrocksContainersEnsemble
-
Uses of MicrocksContainersEnsemble in io.github.microcks.testcontainers
Methods in io.github.microcks.testcontainers that return MicrocksContainersEnsembleModifier and TypeMethodDescriptionMicrocksContainersEnsemble.withAccessToHost(boolean hostAccessible) Set host accessibility on ensemble containers.MicrocksContainersEnsemble.withAmazonSNSConnection(AmazonServiceConnection connection) Once the Async Feature is enabled, connects to an Amazon SNS service.MicrocksContainersEnsemble.withAmazonSQSConnection(AmazonServiceConnection connection) Once the Async Feature is enabled, connects to an Amazon SQS service.MicrocksContainersEnsemble.withAsyncDependsOn(org.testcontainers.lifecycle.Startable... startables) Delays the Async Minion container's creation and start until providedStartables start first.MicrocksContainersEnsemble.withAsyncFeature()Enable the Async Feature container with default container image (deduced from Microcks main one).MicrocksContainersEnsemble.withAsyncFeature(String image) Enable the Async Feature container with provided container image.MicrocksContainersEnsemble.withKafkaConnection(KafkaConnection connection) Once the Async Feature is enabled, connects to a Kafka broker.MicrocksContainersEnsemble.withMainArtifacts(String... artifacts) Provide paths to artifacts that will be imported as primary or main ones within the Microcks container once it will be started and healthy.MicrocksContainersEnsemble.withPostman()Enable the Postman runtime container with default container image.MicrocksContainersEnsemble.withPostman(String image) Enable the Postman runtime container with provided container image.MicrocksContainersEnsemble.withSecondaryArtifacts(String... artifacts) Provide paths to artifacts that will be imported as secondary ones within the Microcks container once it will be started and healthy.MicrocksContainersEnsemble.withSecret(Secret secret) Provide Secret that should be imported in Microcks after startup.