in an older version i wrote a custom matcher which...
# kotlintest
b
in an older version i wrote a custom matcher which returns a
Result
, in 3.4.2 now i see i return a
MatcherResult
, am i meant to provide my own implementation of that? or is there a default one i can use and just pass the boolean/message like before? (intellij doesn't show any implementation and on master it looks like things have changed again. if need be i can checkout the 3.4.2 branch but thought i'd check here)