[CORDA-1262]: Added integration test for Cash Selection. (#2874)

This commit is contained in:
Michele Sollecito
2018-03-26 14:07:17 +01:00
committed by GitHub
parent 7978910e0b
commit 36d403dd7d
3 changed files with 47 additions and 3 deletions

View File

@ -34,6 +34,7 @@ class TraderDemoTest {
startFlow<CommercialPaperIssueFlow>(),
all()))
driver(DriverParameters(startNodesInProcess = true, extraCordappPackagesToScan = listOf("net.corda.finance"))) {
defaultNotaryNode.getOrThrow()
val (nodeA, nodeB, bankNode) = listOf(
startNode(providedName = DUMMY_BANK_A_NAME, rpcUsers = listOf(demoUser)),
startNode(providedName = DUMMY_BANK_B_NAME, rpcUsers = listOf(demoUser)),