assertThat (String reason, T actual, Matcher<? super T> matcher) ... Example: assertThat(0, is(1)); // fails: // failure message: // expected: is <1> // got ...
確定! 回上一頁