Adds FEST assert to simplify testing

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1519917 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2013-09-04 06:50:12 +00:00
parent f14b4cb418
commit ac5a18c4b8
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -97,5 +97,11 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<scope>tewst</scope>
</dependency>
</dependencies>
</project>
+7
View File
@@ -774,6 +774,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jmock</groupId>
<artifactId>jmock-cglib</artifactId>