Description
Defines the core API used by Rubytest-based testing tools. It is useful for building or integrating test frameworks that share a common harness instead of inventing their own execution model.
A test harness controls how examples run and report failures. Keep behavior predictable, document extension points, and avoid hiding failures behind custom runners.