TxnVerificationTests
TxnVerificationTests:
Object
Type declaration
greaterThan?
optionalgreaterThan:IntLike
assert that the value is greater than the given value
greaterThanEqualTo?
optionalgreaterThanEqualTo:IntLike
assert that the value is greater than or equal to the given value
includedIn?
assert that the value is included in the given array. MUST be an array literal
lessThan?
optionallessThan:IntLike
assert that the value is less than the given value
lessThanEqualTo?
optionallessThanEqualTo:IntLike
assert that the value is less than or equal to the given value
not?
assert that the value is equal to the given value
notIncludedIn?
assert that the value is not included in the given array. MUST be an array literal