package com.bjsxt.junit4.test; import static org.junit.Assert.*; ... assertThat( n, anyOf( greaterThan(16), lessThan(8) ) );
確定! 回上一頁