testdsl: Javadoc comments

This commit is contained in:
Andras Slemmer
2016-07-07 13:47:47 +01:00
parent 3d885eb928
commit cd0299f650
7 changed files with 216 additions and 83 deletions

View File

@ -484,7 +484,7 @@ class TwoPartyTradeProtocolTests {
}
command(MEGA_CORP_PUBKEY) { CommercialPaper.Commands.Issue() }
if (!withError)
command(notary.owningKey) { TimestampCommand(TEST_TX_TIME, 30.seconds) }
timestamp(time = TEST_TX_TIME, notary = notary.owningKey)
if (attachmentID != null)
attachment(attachmentID)
if (withError) {