Implement some more test cases for ProtobufUtil and FilenameUtil

This commit is contained in:
Simon Grimme
2022-10-20 12:17:54 +03:00
parent a4d73439b8
commit c5b167d0c3
5 changed files with 123 additions and 7 deletions
+6
View File
@@ -141,6 +141,12 @@
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<!-- Dev -->