assertThat ; public class JUnitTest { @Test public void test() { int ret = div(2,2); assertThat(0, is(ret)); } private int div(int a, ...
確定! 回上一頁