一般匹配符1、assertThat( testedNumber, allOf( greaterThan(8), lessThan(16) ) ); 註釋: allOf匹配符表明 ... import static org.junit.matchers.
確定! 回上一頁