corda / net.corda.testing.driver / DriverParameters / extraCordappPackagesToScan

extraCordappPackagesToScan

val extraCordappPackagesToScan: List<String>
Deprecated: extraCordappPackagesToScan does not preserve the original CorDapp's versioning and metadata, which may lead to misleading results in tests. Use cordappsForAllNodes instead.

A List of additional cordapp packages to scan for any cordapp code, e.g. contract verification code, flows and services. The calling package is automatically included in this list. If this is not desirable then use cordappsForAllNodes instead.

Property

extraCordappPackagesToScan - A List of additional cordapp packages to scan for any cordapp code, e.g. contract verification code, flows and services. The calling package is automatically included in this list. If this is not desirable then use cordappsForAllNodes instead.