Expand description
Test outcomes.
Macrosยง
- extend ๐
Structsยง
- Invariant
Predicate Result - Pass/fail status for an invariant predicate evaluated inside a contract-level campaign.
- Suite
Result - A set of test results for a single test suite, which is all the tests in a single contract.
- Suite
Test Result - The result of a single test in a test suite.
- Test
Outcome - The aggregated result of a test run.
- Test
Result - The result of an executed test.
- Test
Setup - The result of a test setup.
Enumsยง
- Invariant
Failure - A failure surfaced by an invariant test campaign โ either a broken
invariant_*predicate (Self::Predicate) or a handler-side assertion bug (Self::Handler). - Test
Kind - Various types of tests
- Test
Kind Report - Data report by a test.
- Test
Status - The status of a test.
Constantsยง
Functionsยง
- default_
invariant_ ๐workers - invariant_
campaign_ ๐display_ name - test_
failure_ ๐exit_ code - Process exit code emitted when at least one test failed.