摘要: 在maven中添加依赖: <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency> 使用jUnit来测试代码:不用从main函数进入,不用建立多 阅读全文
posted @ 2020-08-22 00:10 codercql 阅读(61) 评论(0) 推荐(0) 编辑