Uses of Class
io.github.microcks.testcontainers.MicrocksContainer
Packages that use MicrocksContainer
-
Uses of MicrocksContainer in io.github.microcks.testcontainers
Methods in io.github.microcks.testcontainers that return MicrocksContainerModifier and TypeMethodDescriptionMicrocksContainersEnsemble.getMicrocksContainer()Get the main MicrocksContainer to access the endpoints, artifact management and test methods.MicrocksContainer.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.MicrocksContainer.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.MicrocksContainer.withSecret(Secret secret) Provide Secret that should be imported in Microcks after startup.Constructors in io.github.microcks.testcontainers with parameters of type MicrocksContainerModifierConstructorDescriptionMicrocksAsyncMinionContainer(org.testcontainers.containers.Network network, String image, MicrocksContainer microcks) Build a new MicrocksAsyncMinionContainer with its container image name as string.MicrocksAsyncMinionContainer(org.testcontainers.containers.Network network, org.testcontainers.utility.DockerImageName imageName, MicrocksContainer microcks) Build a new MicrocksAsyncMinionContainer with its container image name as string.