Skip to content

com.github.manosbatsis.corda.testacles.jupiter / NodesDir

NodesDir

@Target([AnnotationTarget.FIELD]) annotation class NodesDir

Used to annotate a File field of a test suite as the one to be used by CordformNetworkExtension for Corda node containers as the_nodes_ directory, i.e. one created by the Cordform Gradle plugin.

Note: Ignored if a CordaNetworkConfig-annotated field is present.

Constructors

Name Summary
<init> NodesDir()
Used to annotate a File field of a test suite as the one to be used by CordformNetworkExtension for Corda node containers as the_nodes_ directory, i.e. one created by the Cordform Gradle plugin.