BAEL-917 Testing with Google Truth (#1874)

* BAEL-917 Testing with Google Truth

* BAEL-917 Testing with Google Truth
This commit is contained in:
Raúl Juárez
2017-05-21 13:23:04 -05:00
committed by KevinGilmore
parent 3a34f906a2
commit 378d20f053
4 changed files with 678 additions and 1 deletions
+14 -1
View File
@@ -52,6 +52,18 @@
<version>${pitest.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>${truth.version}</version>
</dependency>
<dependency>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-java8-extension</artifactId>
<version>${truth.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
@@ -114,8 +126,9 @@
<cucumber.version>1.2.5</cucumber.version>
<pitest.version>1.1.10</pitest.version>
<jacoco.version>0.7.7.201606060606</jacoco.version>
<guava.version>19.0</guava.version>
<guava.version>21.0</guava.version>
<assertj-guava.version>3.1.0</assertj-guava.version>
<assertj-core.version>3.6.1</assertj-core.version>
<truth.version>0.32</truth.version>
</properties>
</project>