Add unit tests for cn.iocoder.common.framework.util.DateUtil

These tests were written using Diffblue Cover.
This commit is contained in:
Thomas Perkins
2019-05-22 14:24:03 +01:00
parent 3135aad31f
commit da493f29c8
2 changed files with 62 additions and 0 deletions

View File

@@ -74,6 +74,12 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>