in src/main/java/org/apache/sling/testing/junit/rules/util/Match.java [23:26]
public Match(boolean matched, String reason) { this.matched = matched; this.reason = reason; }