com.github.manosbatsis.corda.testacles.mocknetwork.jupiter.AbstractMockNetworkExtension |
Base class for extensions that wish to provide a Corda MockNetwork throughout test suite execution |
com.github.manosbatsis.corda.testacles.nodedriver.jupiter.AbstractNodeDriverNetworkExtension |
Base class for extensions that wish to provide a Corda network throughout test suite execution |
com.github.manosbatsis.corda.testacles.common.jupiter.AbstractNodesMap |
Wraps a map of T node representations, each mapped by multiple keys: |
com.github.manosbatsis.corda.testacles.containers.config.data.ApplyActionType |
|
com.github.manosbatsis.corda.testacles.mocknetwork.util.Capital |
|
com.github.manosbatsis.corda.testacles.mocknetwork.util.Capitals |
|
com.github.manosbatsis.corda.testacles.containers.config.ConfigContributor |
A node.conf contributor |
com.github.manosbatsis.corda.testacles.containers.config.data.ConfigObjectData |
|
com.github.manosbatsis.corda.testacles.containers.config.data.ConfigObjectDataContributor |
|
com.github.manosbatsis.corda.testacles.containers.util.ConfigUtil |
|
com.github.manosbatsis.corda.testacles.jupiter.CordaNetwork |
Used to annotate a CordaNetworkConfig field of a test suite as the one to be used by CordformNetworkExtension |
com.github.manosbatsis.corda.testacles.containers.cordform.config.CordaNetworkConfig |
|
com.github.manosbatsis.corda.testacles.common.corda.CordappsConfig |
|
com.github.manosbatsis.corda.testacles.mocknetwork.config.CordaX500Names |
Wraps a list of one or more CordaX500Names |
com.github.manosbatsis.corda.testacles.containers.config.database.CordformDatabaseSettings |
|
com.github.manosbatsis.corda.testacles.containers.config.database.CordformDatabaseSettingsFactory |
|
com.github.manosbatsis.corda.testacles.containers.cordform.config.CordformNetworkConfig |
Utility wrapper of a nodes directory, i.e. one created by the Cordform Gradle plugin |
com.github.manosbatsis.corda.testacles.containers.cordform.CordformNetworkContainer |
Wraps a set of Containers composing a Corda Network, using the output of the Cordform Gradle plugin as source. |
com.github.manosbatsis.corda.testacles.jupiter.CordformNetworkExtension |
|
com.github.manosbatsis.corda.testacles.containers.cordform.CordformNodeContainer |
|
com.github.manosbatsis.corda.testacles.containers.config.database.DatabaseConfigContributor |
|
com.github.manosbatsis.corda.testacles.containers.config.database.DatabaseConnectionProperties |
|
com.github.manosbatsis.corda.testacles.containers.config.database.DatabaseProperties |
Represents a node.conf database section, ignored for Corda 4.6+ |
com.github.manosbatsis.corda.testacles.containers.config.database.DatabaseSettings |
|
com.github.manosbatsis.corda.testacles.containers.config.database.DataSource |
|
com.github.manosbatsis.corda.testacles.containers.config.database.DataSourceProperties |
|
com.github.manosbatsis.corda.testacles.containers.config.network.DetectPublicIp |
|
com.github.manosbatsis.corda.testacles.containers.config.database.H2DataSourceProperties |
|
com.github.manosbatsis.corda.testacles.containers.config.drivers.JarsDir |
|
com.github.manosbatsis.corda.testacles.containers.util.JarUtil |
|
com.github.manosbatsis.corda.testacles.containers.config.database.JdbcDatabaseContainerDataSourceProperties |
|
com.github.manosbatsis.corda.testacles.common.jupiter.JupiterExtensionSupport |
Helper for extensions that build their configuration based on current testsuite fields. |
com.github.manosbatsis.corda.testacles.containers.util.KGenericContainer |
|
com.github.manosbatsis.corda.testacles.containers.util.KImageNameContainer |
|
com.github.manosbatsis.corda.testacles.containers.base.KPostgreSQLContainer |
|
com.github.manosbatsis.corda.testacles.mocknetwork.config.MockNetworkConfig |
|
com.github.manosbatsis.corda.testacles.mocknetwork.jupiter.MockNetworkExtension |
Base class for extensions that wish to provide a Corda MockNetwork throughout test suite execution |
com.github.manosbatsis.corda.testacles.mocknetwork.jupiter.MockNetworkExtensionConfig |
Used to annotate a MockNetworkConfig field of a test suite as the one to be used to configure a MockNetworkHelper instance. |
com.github.manosbatsis.corda.testacles.mocknetwork.MockNetworkHelper |
Used to create and start/stop a Corda MockNetwork . |
com.github.manosbatsis.corda.testacles.containers.cordform.config.ModifiedOnlyFileFilter |
A FileFilter to only copy files more recent than their destination |
com.github.manosbatsis.corda.testacles.containers.config.network.NetworkConfigContributor |
Modify the existing node.conf as follows: |
com.github.manosbatsis.corda.testacles.common.corda.NodeConfig |
Simple holder class to capture the node configuration both as the raw Config object and the parsed NodeConfiguration. Keeping Config around is needed as the user may specify extra config options not specified in NodeConfiguration. |
com.github.manosbatsis.corda.testacles.containers.node.NodeContainer |
|
com.github.manosbatsis.corda.testacles.containers.config.NodeContainerConfig |
|
com.github.manosbatsis.corda.testacles.nodedriver.config.NodeDriverConfig |
|
com.github.manosbatsis.corda.testacles.nodedriver.jupiter.NodeDriverExtensionConfig |
Used to annotate a NodeDriverNodesConfig field of a test suite as the one to be used to configure a NodeDriverHelper instance. |
com.github.manosbatsis.corda.testacles.nodedriver.NodeDriverHelper |
Uses Corda’s node driver to either: |
com.github.manosbatsis.corda.testacles.nodedriver.config.NodeDriverHelperClosableAdapter |
|
com.github.manosbatsis.corda.testacles.nodedriver.jupiter.NodeDriverNetworkExtension |
Base class for extensions that wish to provide a Corda network throughout test suite execution |
com.github.manosbatsis.corda.testacles.nodedriver.config.NodeDriverNodesConfig |
|
com.github.manosbatsis.corda.testacles.mocknetwork.NodeHandles |
ThemockNetwork‘s StartedMockNodes, each mapped by multiple keys: |
com.github.manosbatsis.corda.testacles.nodedriver.NodeHandles |
The node driver]’s NodeHandles, each mapped by multiple keys: |
com.github.manosbatsis.corda.testacles.containers.config.NodeImageNameConfig |
|
com.github.manosbatsis.corda.testacles.nodedriver.NodeParamsHelper |
|
com.github.manosbatsis.corda.testacles.jupiter.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. |
com.github.manosbatsis.corda.testacles.jupiter.NodesImageName |
Used to annotate a DockerImageName field of a test suite as the one to be used by CordformNetworkExtension for Corda node containers. |
com.github.manosbatsis.corda.testacles.jupiter.NodesNetwork |
Used to annotate a Network field of a test suite as the one to be used by CordformNetworkExtension for Corda node containers. |
com.github.manosbatsis.corda.testacles.common.corda.NotaryService |
|
com.github.manosbatsis.corda.testacles.mocknetwork.config.OrgNames |
Wraps a list of one or more strings with each one being an organization or X500 name. |
com.github.manosbatsis.corda.testacles.containers.config.network.P2pAddress |
|
com.github.manosbatsis.corda.testacles.containers.config.database.PostgreSQLContainerDataSourceProperties |
|
com.github.manosbatsis.corda.testacles.containers.config.network.RpcSettings |
|
com.github.manosbatsis.corda.testacles.containers.node.RpcWaitStrategy |
|
com.github.manosbatsis.corda.testacles.common.util.SerializationEnvUtil |
|
com.github.manosbatsis.corda.testacles.common.corda.SimpleNodeConfig |
|
com.github.manosbatsis.corda.testacles.nodedriver.config.SimpleNodeDriverNodesConfig |
|
com.github.manosbatsis.corda.testacles.nodedriver.TestaclesSerializationEnvironment |
A SerializationEnvironment implementation based on class from net.corda.testing.node.internal.DriverSerializationEnvironment and updated to restore the previous _driverSerializationEnv when closed. |
com.github.manosbatsis.corda.testacles.nodedriver.config.TestNotaryProperties |
NotarySpec configuration for testing |
com.github.manosbatsis.corda.testacles.containers.util.Version |
|