Maven下Junit的使用

創建Maven項目 在pom.xml中添加引用包Junit <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> maven build 寫代碼 (以判斷是否爲閏年爲例
相關文章
相關標籤/搜索