Index
com.github.manosbatsis.corda.testacles.jupiter
Package com.github.manosbatsis.corda.testacles.jupiter¶
Types¶
Name | Summary |
---|---|
CordformNetworkExtension | class CordformNetworkExtension : JupiterExtensionSupport , BeforeAllCallback, AfterAllCallback, ParameterResolver |
Annotations¶
Name | Summary |
---|---|
CordaNetwork | annotation class CordaNetwork Used to annotate a CordaNetworkConfig field of a test suite as the one to be used by CordformNetworkExtension |
NodesDir | 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. |
NodesImageName | 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. |
NodesNetwork | 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. |