Operation promise
Expected EOS error name
Output message description
Asserts EOS throws an error and validates the error output name matches the
expected 'eosio_assert_message_exception' and the error message includes description
Operation promise
Output message expected to be included
Asserts operation throws an eosio_assert_message_exception
error
Operation promise
Asserts EOS throws an error and validates the error output name matches the expected eosErrorName
Also asserts that other aspects of the error as checked through an optional passed in function.
Operation promise
Expected EOS error name
function to run further assertions on a thrown error.
a Boolean of true if an error was thrown as is expected.
Asserts operation is missing the required authority by throwing a missing_auth_exception
error
Operation promise
Validates the number of rows returned is equal to the expected count
Get table rows result promise
Expected number of table rows
Compares table rows against expected rows irrespective of order
Get table rows result promise
Expected table row query results
Compares table rows against expected rows irrespective of order
Get table rows result promise
Expected table row query results
Strict comparison flag
Performs a strict comparison of queried table rows against expected rows
Get table rows result promise
Expected table row query results
Pauses the current process for the 500ms EOS block time
Pauses the current process for the specified duration
Process sleep duration
Simple timer
Milliseconds e.g. 2000ms etc.
Pauses the current process until the specified EOS block number occurs
Process sleep duration
Generated using TypeDoc
Asserts EOS throws an error and validates the error output name matches the expected
eosErrorName