mirror of
https://github.com/corda/corda.git
synced 2025-06-15 13:48:14 +00:00
Moves code sections in tutorials to code files.
This commit is contained in:
@ -24,7 +24,7 @@ class IntegrationTestingTutorial {
|
||||
fun `alice bob cash exchange example`() {
|
||||
// START 1
|
||||
driver(startNodesInProcess = true,
|
||||
extraCordappPackagesToScan = listOf("net.corda.finance.contracts.asset")) {
|
||||
extraCordappPackagesToScan = listOf("net.corda.finance.contracts.asset")) {
|
||||
val aliceUser = User("aliceUser", "testPassword1", permissions = setOf(
|
||||
startFlowPermission<CashIssueFlow>(),
|
||||
startFlowPermission<CashPaymentFlow>()
|
||||
@ -104,7 +104,7 @@ class IntegrationTestingTutorial {
|
||||
}
|
||||
)
|
||||
}
|
||||
// END 5
|
||||
}
|
||||
}
|
||||
}
|
||||
// END 5
|
||||
}
|
Reference in New Issue
Block a user