From ce49822e1e2faaee45ba8128df9ca533b17dbee1 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Tue, 5 Aug 2014 09:37:44 +0200 Subject: [PATCH] Adds mockito mocking lib --- core/pom.xml | 12 ++++++++++++ pom.xml | 7 +++++++ 2 files changed, 19 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index d9527f2c5..8a9b7b60d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -286,6 +286,18 @@ test + + org.mockito + mockito-all + test + + + + org.easytesting + fest-assert + test + + diff --git a/pom.xml b/pom.xml index c7b69a93f..9a2088572 100644 --- a/pom.xml +++ b/pom.xml @@ -800,6 +800,13 @@ test + + org.mockito + mockito-all + 1.9.5 + test + + jmock jmock-cglib