Class TestContainer
java.lang.Object
io.micronaut.testresources.server.TestContainer
Stores metadata about a running test container.
-
Constructor Summary
ConstructorDescriptionTestContainer
(String name, String imageName, String id, @Nullable String scope) -
Method Summary
-
Constructor Details
-
TestContainer
-
-
Method Details
-
getName
Returns the name of the container.- Returns:
- the name of the container
-
getImageName
Returns the docker image name.- Returns:
- the docker image name
-
getId
Returns the docker container id.- Returns:
- the docker container id.
-
getScope
Returns the scope for which this container is defined.- Returns:
- the scope
-
toString
-