com.github.manosbatsis.corda.testacles.jupiter / NodesNetwork
NodesNetwork¶
@Target([AnnotationTarget.FIELD]) annotation class NodesNetwork
Used to annotate a Network 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> | NodesNetwork() Used to annotate a Network field of a test suite as the one to be used by CordformNetworkExtension for Corda node containers. |