Polish testing
Enabled junit5 testing in Maven (upgrade plugin) and added additional tests to the Streaming and XLSX reader.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
|
||||
<!-- Test Dependencies -->
|
||||
<assertj.version>3.18.1</assertj.version>
|
||||
<junit.jupiter.version>5.7.2</junit.jupiter.version>
|
||||
<junit.jupiter.version>5.8.2</junit.jupiter.version>
|
||||
<log4j.version>2.13.3</log4j.version>
|
||||
<mockito.version>3.11.0</mockito.version>
|
||||
</properties>
|
||||
@@ -183,6 +183,14 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-failsafe-plugin</artifactId>
|
||||
<version>2.22.2</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user