1
0

[HUDI-996] Add functional test suite for hudi-utilities (#1746)

- Share resources for functional tests
- Add suite for functional test classes from hudi-utilities
This commit is contained in:
Raymond Xu
2020-07-05 16:44:31 -07:00
committed by GitHub
parent 574dcf920c
commit 3b9a30528b
17 changed files with 622 additions and 399 deletions

View File

@@ -391,5 +391,23 @@
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>