aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorfatpigsarefat <fatpigsarefat@outlook.com>2019-01-26 16:52:23 +0000
committerfatpigsarefat <fatpigsarefat@outlook.com>2019-01-26 16:52:23 +0000
commitaa879f458c90524d68772f3c970f83555ed5532c (patch)
tree9f3d305f790f61f409f9df6076da12573a3485c4 /pom.xml
parent6a4d3a9f0bc51fa9971d1d47dee7218a152d5e35 (diff)
Added tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0f3dc98c..f5e2c527 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,26 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
+
+ <!-- Test -->
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ <version>2.0.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito2</artifactId>
+ <version>2.0.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
@@ -103,6 +123,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>