Skip to main content

Crate wowlab_test_support

Crate wowlab_test_support 

Source
Expand description

Shared, dependency-light test matchers and assertion helpers.

Modules§

batch 🔒
float 🔒

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 TOL of expected.
slice_near
Match a slice element-by-element within TOL of expected.