See Original text in context
sub fails-like ( \test where Callable|Str, , ?, *)
Same interface as throws-like
, except checks that the code returns a Failures instead of throwing. If the code does throw or if the returned Failures has already been handled, that will be considered as a failed test.
fails-like , X::Str::Numeric,:message(/'Cannot convert string to number'/),'converting non-numeric string to number fails';