import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
+import org.onap.policy.common.parameters.ParameterService;
import org.onap.policy.pdpx.main.CommonRest;
import org.onap.policy.pdpx.main.PolicyXacmlPdpException;
*/
@BeforeAll
public static void setUpBeforeClass() throws Exception {
+ ParameterService.clear();
CommonRest.setUpBeforeClass();
// don't want the common "main" running
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
+import org.onap.policy.common.parameters.ParameterService;
import org.onap.policy.pdpx.main.CommonRest;
import org.onap.policy.pdpx.main.parameters.CommonTestData;
import org.onap.policy.pdpx.main.parameters.XacmlPdpParameterGroup;
*/
@BeforeAll
public static void setUpBeforeClass() throws Exception {
+ ParameterService.clear();
CommonRest.setUpBeforeClass();
final String[] xacmlPdpConfigParameters = {"-c", CommonRest.CONFIG_FILE};