Structsยง
- The outcome of an invariant fuzz test
- Rich
Invariant ๐Results Enriched results of an invariant run check.
Functionsยง
- Given the executor state, asserts conditions within
afterInvariant
function. If call fails then the invariant test is considered failed. - assert_
invariants ๐Given the executor state, asserts that no invariant has been broken. Otherwise, it fills the externalinvariant_failures.failed_invariant
map and returns a generic error. Either returns the call result if successful, or nothing if there was an error. - can_
continue ๐Returns if invariant test can continue and last successful call result of the invariant test function (if it can continue).