any particular reason why collection matchers retu...
# kotlintest
t
any particular reason why collection matchers return a generic message
Collection should ...
instead on actually return the collection? having
java.lang.AssertionError: Collection should contain element Violation(path=file1, annotationType=class javax.validation.constraints.NotNull)
is not much information (maybe it is just I am used to
assertj
for java having very precise reports)