Verifies

This interface asserts that the DSL at hand is capable of verifying its underlying construct(ledger/transaction).

Inheritors

Functions

Link copied to clipboard

Asserts that verifies throws, with no condition on the exception message.

Link copied to clipboard
open infix fun fails with(msg: String): EnforceVerifyOrFail
Link copied to clipboard
open fun failsWith(expectedMessage: String?): EnforceVerifyOrFail

Asserts that verifies() throws.

Link copied to clipboard

Verifies the ledger/transaction, throws if the verification fails.