Remove powermock from ValidationConfigManagerTest 36/107736/2
authorRodrigo Lima <rodrigo.lima@yoppworks.com>
Fri, 15 May 2020 01:06:05 +0000 (21:06 -0400)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Sun, 17 May 2020 07:30:54 +0000 (07:30 +0000)
- Remove powermock reference from ValidationConfigManagerTest

Issue-ID: SDC-3064
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
Change-Id: Ib330b0fcaf132e5d67f65b482a80b5b75f8c336b

asdctool/src/test/java/org/openecomp/sdc/asdctool/impl/validator/config/ValidationConfigManagerTest.java

index b763520..84c8e7f 100644 (file)
@@ -22,18 +22,12 @@ package org.openecomp.sdc.asdctool.impl.validator.config;
 
 import static org.hamcrest.Matchers.equalTo;
 import static org.hamcrest.Matchers.is;
-import static org.junit.Assert.assertThat;
+import static org.hamcrest.MatcherAssert.assertThat;
 import static org.openecomp.sdc.asdctool.impl.validator.config.ValidationConfigManager.csvReportFilePath;
 import static org.openecomp.sdc.asdctool.impl.validator.config.ValidationConfigManager.txtReportFilePath;
 
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.openecomp.sdc.asdctool.impl.validator.utils.ReportManager;
-import org.powermock.core.classloader.annotations.PrepareForTest;
-import org.powermock.modules.junit4.PowerMockRunner;
+import org.junit.jupiter.api.Test;
 
-@RunWith(PowerMockRunner.class)
-@PrepareForTest({ReportManager.class})
 public class ValidationConfigManagerTest {
 
     @Test