is it possible to provide custom comparator (ala `...
# kotlintest
t
is it possible to provide custom comparator (ala
assertj
http://joel-costigliola.github.io/assertj/assertj-core-features-highlight.html#custom-comparison-strategy) without using external libraries? does it even make sense in a kotlin world?
d
There's #strikt already, but I think that the Kotlinish way is using DSLs...