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