junit springboot 跑测试时,打印出当前执行的test方法信息
摘要:但有时候还是需要使用junit做测试。方便日后参考。 目前流行的springboot 的junit测试,在很多时候需要使用。当前执行的方法是什么,我们只需要引入用注解方法就可以了。 pom.xml引入依赖jar包 <!-- 测试 --> <dependency> <groupId>org.sprin
阅读全文
posted @ 2020-04-23 10:18
posted @ 2020-04-23 10:18