accepts |
fun accepts(time: Instant = TEST_TX_TIME): LastLineShouldTestForAcceptOrFailure |
chain |
fun chain(vararg outputLabels: String, body: TransactionForTest.() -> LastLineShouldTestForAcceptOrFailure): TransactionForTest |
equals |
open fun equals(other: Any?): Boolean |
fails requirement |
infix fun fails requirement(msg: String): LastLineShouldTestForAcceptOrFailure Used to confirm that the test, when (implicitly) run against the .verify() method, fails with the text of the message
|
failsRequirement |
fun failsRequirement(msg: String): LastLineShouldTestForAcceptOrFailure |
hashCode |
open fun hashCode(): Int |
input |
fun input(s: () -> ContractState): Unit
fun input(s: ContractState): Unit |
rejects |
fun rejects(withMessage: String? = null, time: Instant = TEST_TX_TIME): LastLineShouldTestForAcceptOrFailure |
runCommandsAndVerify |
fun runCommandsAndVerify(time: Instant): Unit |
toString |
open fun toString(): String |
tweak |
fun tweak(body: TransactionForTest.() -> LastLineShouldTestForAcceptOrFailure): LastLineShouldTestForAcceptOrFailure |