xo-objectd2 xo-printable xo-facet: pp working for List(Integer)

Also streamline facet switching
This commit is contained in:
Roland Conybeare 2026-01-09 17:48:54 -05:00
commit 016ddf730f

View file

@ -76,6 +76,10 @@ namespace utest {
*
* test function should use REQUIRE_ORCAPTURE() / REQUIRE_ORFAIL().
* It should *not* use REQUIRE() or CHECK().
*
* @p test_name banner for initial log message (only printed on 2nd pass)
* @p test_fn function to invoke test pass.
* @p n test size/id (cosmetic - printed in log messages)
**/
static inline bool bimodal_test(std::string test_name,
std::function<bool (bool dbg_flag, std::uint32_t n)> test_fn,