std::testing¶
Status: shipped
Assertions and sub-test harness helpers.
Public items¶
| Name | Kind | Description |
|---|---|---|
Runner |
type | Sub-test collector. |
check |
fn | Asserts a condition. |
check_eq |
fn | Asserts equality, rendering a diff on failure. |