Expand description
Shared, dependency-light test matchers and assertion helpers.
Modules§
Macros§
- expect_
all - Run heterogeneous non-fatal matcher pairs in a gtest body.
- verify_
all - Verify heterogeneous matcher pairs, collecting every failure into one result.
Constants§
- TOL
- Default absolute tolerance for floating-point assertions.
Functions§
- near_
tol - Match one floating-point value within
TOLofexpected. - slice_
near - Match a slice element-by-element within
TOLofexpected.