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