Expand description
Reports provide information about an evaluated test unit.
Structs§
- Context
Report ContextReport
holds the results of a context’s test execution.- Duration
- A span of time with nanosecond precision.
- Example
Report ExampleReport
holds the results of a context example’s test execution.- Suite
Report SuiteReport
holds the results of a context suite’s test execution.
Enums§
- Block
Report BlockReport
holds the results of a context block’s test execution.- Example
Result
Traits§
- Report
Report
holds the results of a structural group’s test execution.