Fixes for sonar critical issues
[policy/engine.git] / PolicyEngineAPI / src / test / java / org / onap / policy / test / PolicyEngineInterfaceTest.java
index be9e0e7..2adf3b0 100644 (file)
@@ -104,7 +104,7 @@ public class PolicyEngineInterfaceTest extends TestCase {
         *
         * @see TestCase#setUp()
         */
-       protected void setUp() throws Exception {
+       public void setUp() throws Exception {
                try {
                        policyEngine = new PolicyEngine("Test/config_pass.properties");
                } catch (PolicyEngineException e) {
@@ -126,7 +126,7 @@ public class PolicyEngineInterfaceTest extends TestCase {
         *
         * @see TestCase#tearDown()
         */
-       protected void tearDown() throws Exception {
+       public void tearDown() throws Exception {
                super.tearDown();
                // Add additional tear down code here
        }