Removed TestUtils from common and into a 'xacml-test' project 89/96489/3
authorAli Hockla <ah999m@att.com>
Tue, 1 Oct 2019 23:42:04 +0000 (18:42 -0500)
committerAli Hockla <ah999m@att.com>
Wed, 2 Oct 2019 16:04:50 +0000 (11:04 -0500)
commit6f145256b9d9ac6c0e0b6073afb5d1fa178a84a4
tree4206f61c527f6bf3dda8e1c9c3d729dd71a24e41
parent8d54e1d7e53651432932e286f8831f0b4db1f22a
Removed TestUtils from common and into a 'xacml-test' project

Issue-ID: POLICY-2090
Change-Id: Id688e305f878f56e374e6bd9047d9d6c75fbe0c6
Signed-off-by: Ali Hockla <ah999m@att.com>
12 files changed:
applications/common/pom.xml
applications/guard/pom.xml
applications/guard/src/test/java/org/onap/policy/xacml/pdp/application/guard/CoordinationTest.java
applications/guard/src/test/java/org/onap/policy/xacml/pdp/application/guard/GuardPdpApplicationTest.java
applications/monitoring/pom.xml
applications/monitoring/src/test/java/org/onap/policy/xacml/pdp/application/monitoring/MonitoringPdpApplicationTest.java
applications/optimization/pom.xml
applications/optimization/src/test/java/org/onap/policy/xacml/pdp/application/optimization/OptimizationPdpApplicationTest.java
main/pom.xml
pom.xml
xacml-test/pom.xml [new file with mode: 0644]
xacml-test/src/main/java/org/onap/policy/pdp/xacml/xacmltest/TestUtils.java [moved from applications/common/src/main/java/org/onap/policy/pdp/xacml/application/common/TestUtils.java with 94% similarity]