Renaming test methods and formatting

This commit is contained in:
Sasa M
2020-04-21 21:29:38 +02:00
parent a856929883
commit 4e0673a976
9 changed files with 26 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>parent-java</artifactId>
<version>0.0.1-SNAPSHOT</version>
@@ -45,9 +45,9 @@
<guava.version>23.0</guava.version>
<commons.io.version>2.6</commons.io.version>
<jmh.version>1.19</jmh.version>
<modelmapper.version>2.3.6</modelmapper.version>
<junit.version>4.12</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<modelmapper.version>2.3.6</modelmapper.version>
<junit.version>4.12</junit.version>
<hamcrest.version>1.3</hamcrest.version>
</properties>
</project>