2016-10-25 11:16:10 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2017-05-12 14:32:54 -04:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2016-10-25 11:16:10 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.baeldung</groupId>
|
2017-04-26 14:31:31 -04:00
|
|
|
<artifactId>testing</artifactId>
|
2016-10-25 11:16:10 -04:00
|
|
|
<version>0.1-SNAPSHOT</version>
|
2017-04-26 14:31:31 -04:00
|
|
|
<name>testing</name>
|
|
|
|
|
2017-05-09 16:37:43 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung</groupId>
|
|
|
|
<artifactId>parent-modules</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
2017-12-01 01:55:04 -05:00
|
|
|
<relativePath>../../</relativePath>
|
2017-05-12 14:32:54 -04:00
|
|
|
</parent>
|
|
|
|
|
2016-10-25 11:16:10 -04:00
|
|
|
<dependencies>
|
2017-08-21 17:08:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.insightfullogic</groupId>
|
|
|
|
<artifactId>lambda-behave</artifactId>
|
|
|
|
<version>0.4</version>
|
|
|
|
</dependency>
|
2017-04-26 14:31:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<version>${guava.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
<artifactId>assertj-guava</artifactId>
|
|
|
|
<version>3.0.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
<artifactId>assertj-core</artifactId>
|
|
|
|
<version>${assertj-core.version}</version>
|
2018-01-31 06:34:09 -05:00
|
|
|
<scope>test</scope>
|
2017-04-26 14:31:31 -04:00
|
|
|
</dependency>
|
|
|
|
|
2017-05-07 03:49:36 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>info.cukes</groupId>
|
|
|
|
<artifactId>cucumber-junit</artifactId>
|
|
|
|
<version>${cucumber.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>info.cukes</groupId>
|
|
|
|
<artifactId>cucumber-java</artifactId>
|
|
|
|
<version>${cucumber.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2017-07-24 03:23:18 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>info.cukes</groupId>
|
|
|
|
<artifactId>cucumber-java8</artifactId>
|
|
|
|
<version>${cucumber.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-04-26 14:31:31 -04:00
|
|
|
|
2016-10-25 11:16:10 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.pitest</groupId>
|
|
|
|
<artifactId>pitest-parent</artifactId>
|
2016-12-02 06:28:53 -05:00
|
|
|
<version>${pitest.version}</version>
|
2016-10-25 11:16:10 -04:00
|
|
|
<type>pom</type>
|
|
|
|
</dependency>
|
2017-05-21 14:23:04 -04:00
|
|
|
|
|
|
|
<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>
|
2017-05-26 11:47:50 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>pl.pragmatists</groupId>
|
|
|
|
<artifactId>JUnitParams</artifactId>
|
|
|
|
<version>${jUnitParams.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-06-08 22:15:26 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jgotesting</groupId>
|
|
|
|
<artifactId>jgotesting</artifactId>
|
|
|
|
<version>${jgotesting.version}</version>
|
|
|
|
<scope>test</scope>
|
2017-09-19 02:11:35 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jukito</groupId>
|
|
|
|
<artifactId>jukito</artifactId>
|
|
|
|
<version>1.5</version>
|
|
|
|
<scope>test</scope>
|
2017-06-08 22:15:26 -04:00
|
|
|
</dependency>
|
2017-12-11 23:39:39 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.javalite</groupId>
|
|
|
|
<artifactId>javalite-common</artifactId>
|
|
|
|
<version>${javalite.version}</version>
|
|
|
|
</dependency>
|
2016-10-25 11:16:10 -04:00
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.pitest</groupId>
|
|
|
|
<artifactId>pitest-maven</artifactId>
|
2016-12-02 06:28:53 -05:00
|
|
|
<version>${pitest.version}</version>
|
2016-10-25 11:16:10 -04:00
|
|
|
<configuration>
|
|
|
|
<targetClasses>
|
|
|
|
<param>com.baeldung.testing.mutation.*</param>
|
|
|
|
</targetClasses>
|
|
|
|
<targetTests>
|
|
|
|
<param>com.baeldung.mutation.test.*</param>
|
|
|
|
</targetTests>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
2016-12-02 06:28:53 -05:00
|
|
|
<version>${jacoco.version}</version>
|
2016-10-25 11:16:10 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>report</id>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>report</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>jacoco-check</id>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<rule>
|
|
|
|
<element>PACKAGE</element>
|
|
|
|
<limits>
|
|
|
|
<limit>
|
|
|
|
<counter>LINE</counter>
|
|
|
|
<value>COVEREDRATIO</value>
|
2017-05-07 12:27:38 -04:00
|
|
|
<minimum>0</minimum>
|
2016-10-25 11:16:10 -04:00
|
|
|
</limit>
|
|
|
|
</limits>
|
|
|
|
</rule>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2018-01-31 04:32:21 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
<artifactId>assertj-assertions-generator-maven-plugin</artifactId>
|
|
|
|
<version>${assertj-generator.version}</version>
|
|
|
|
<configuration>
|
|
|
|
<classes>
|
|
|
|
<param>com.baeldung.testing.assertj.custom.Person</param>
|
|
|
|
</classes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-10-25 11:16:10 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2017-04-26 14:31:31 -04:00
|
|
|
|
|
|
|
<properties>
|
2017-05-07 03:49:36 -04:00
|
|
|
<cucumber.version>1.2.5</cucumber.version>
|
2017-04-26 14:31:31 -04:00
|
|
|
<pitest.version>1.1.10</pitest.version>
|
|
|
|
<jacoco.version>0.7.7.201606060606</jacoco.version>
|
2017-05-21 14:23:04 -04:00
|
|
|
<guava.version>21.0</guava.version>
|
2017-04-26 14:31:31 -04:00
|
|
|
<assertj-guava.version>3.1.0</assertj-guava.version>
|
2018-02-06 14:47:26 -05:00
|
|
|
<assertj-core.version>3.9.0</assertj-core.version>
|
2018-01-31 04:32:21 -05:00
|
|
|
<assertj-generator.version>2.1.0</assertj-generator.version>
|
2017-05-21 14:23:04 -04:00
|
|
|
<truth.version>0.32</truth.version>
|
2017-05-26 11:47:50 -04:00
|
|
|
<jUnitParams.version>1.1.0</jUnitParams.version>
|
2017-06-08 22:15:26 -04:00
|
|
|
<jgotesting.version>0.12</jgotesting.version>
|
2017-12-11 23:39:39 -05:00
|
|
|
<javalite.version>1.4.13</javalite.version>
|
2017-04-26 14:31:31 -04:00
|
|
|
</properties>
|
2016-10-25 11:16:10 -04:00
|
|
|
</project>
|