nonTerminating top-level constant

Matcher const nonTerminating

A matcher that asserts an IO does not terminate (runs forever) when evaluated with a TestIORuntime.

Implementation

const Matcher nonTerminating = _Terminates(false);