Writing JUnit Tests. To create tests define public void methods that have the @Test annotation. For example: @Test public void checkingEvenValues() { ... }
確定! 回上一頁