From 8e8f3458646ec97d058d7322917f56021de2dc7f Mon Sep 17 00:00:00 2001 From: liamfallon Date: Sat, 15 Dec 2018 09:47:58 +0000 Subject: Fix sonar test renaming issues Renaming tests introduced Sonar issues: - Tests where coverage was <80% flagged as they are new code - Support test classes with names ending in "Test" flagged becasue they did not contain test cases Issue-ID: POLICY-1263 Change-Id: I17a4b27b2952a4978fab1c76579a013478b60ae1 Signed-off-by: liamfallon --- model/basic-model/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'model/basic-model/pom.xml') diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml index 3f337590c..ca90e25dd 100644 --- a/model/basic-model/pom.xml +++ b/model/basic-model/pom.xml @@ -45,6 +45,11 @@ org.eclipse.persistence eclipselink + + org.mockito + mockito-all + test + -- cgit 1.2.3-korg