Learn how to verify test results using JUnit 5 assertions. ... list = new ArrayList(); list.add("Hello"); assertThat(list, hasSize(1)); }.
確定! 回上一頁