摘要: 1. StartUp 引入JUnit依赖, 用@Test标注需要被测试的方法,使用Assert进行测试结果是否通过 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.versio 阅读全文
posted @ 2016-11-10 00:20 qianmin 阅读(860) 评论(0) 推荐(0)