From: David Gageot Date: Tue, 24 Apr 2012 16:15:45 +0000 (+0200) Subject: Use Fest Assert library X-Git-Tag: 3.1~331 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ddc0b27ea634656c351ff9c91753a9b3ea567e42;p=sonarqube.git Use Fest Assert library --- diff --git a/pom.xml b/pom.xml index c6ed7c7e3b2..cca97dbb850 100644 --- a/pom.xml +++ b/pom.xml @@ -854,6 +854,11 @@ mockito-all 1.9.0 + + org.easytesting + fest-assert + 1.4 + org.hamcrest hamcrest-all diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 653dbeb46a7..e6ac00f6ad0 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -23,6 +23,10 @@ org.hamcrest hamcrest-all + + org.easytesting + fest-assert + xmlunit xmlunit