优化部分测试代码

This commit is contained in:
Binary Wang
2018-01-27 14:48:27 +08:00
parent fb8de94181
commit b44f9b315f
2 changed files with 46 additions and 56 deletions

View File

@@ -65,6 +65,11 @@
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-guava</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>