@param matcher the Hamcrest matcher to use as a condition */ public HamcrestCondition(Matcher<T> matcher) { this.matcher = matcher; as(describeMatcher()); }.
確定! 回上一頁