pub fn show_thresholds(test_name: &str) -> Result<String>Expand description
Render the resolved, merged Assert thresholds for the named
test — the same merge chain evaluated at run time in
run_ktstr_test_inner:
Assert::default_checks().merge(&entry.scheduler.assert).merge(&entry.assert).
Returns Err when no registered test matches test_name. The
CLI wiring (cargo ktstr show-thresholds <test>) surfaces this
to the operator without requiring them to read the source, the
nextest --list output, or the Debug impl of Assert.