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 CordaNetworkUsed to annotate a CordaNetworkConfig field of a test suite as the one to be used by CordformNetworkExtension |
| NodesDir | annotation class NodesDirUsed 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 NodesImageNameUsed to annotate a DockerImageName field of a test suite as the one to be used by CordformNetworkExtension for Corda node containers. |
| NodesNetwork | annotation class NodesNetworkUsed to annotate a Network field of a test suite as the one to be used by CordformNetworkExtension for Corda node containers. |