com.github.manosbatsis.corda.testacles.jupiter / NodesImageName
NodesImageName¶
@Target([AnnotationTarget.FIELD]) annotation class NodesImageName
Used to annotate a DockerImageName field of a test suite as the one to be used by CordformNetworkExtension for Corda node containers.
Note: Ignored if a CordaNetworkConfig-annotated field is present.
Constructors¶
| Name | Summary |
|---|---|
| <init> | NodesImageName()Used to annotate a DockerImageName field of a test suite as the one to be used by CordformNetworkExtension for Corda node containers. |