Added Junits for Policy PAP-REST 07/33207/2
authorrb7147 <rb7147@att.com>
Tue, 27 Feb 2018 17:09:16 +0000 (12:09 -0500)
committerrb7147 <rb7147@att.com>
Tue, 27 Feb 2018 20:41:36 +0000 (15:41 -0500)
commit9ffce7748d288fde9e55d92367a858020e5a32fc
treed886ddf19b770b51dd485b9044767b1aff7a0be0
parent0b437d897ed2f18df6d89987056faa945531c033
Added Junits for Policy PAP-REST

Issue-ID: POLICY-600
Change-Id: I1d42a3a880c9d81115d48794a77fadb89562e136
Signed-off-by: rb7147 <rb7147@att.com>
30 files changed:
ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/DictionaryNames.java [moved from ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/DisctionaryNames.java with 97% similarity]
ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/controller/DictionaryImportController.java
ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/controller/SafePolicyController.java
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/test/XACMLPAPTest.java
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/controller/DictionaryImportControllerTest.java
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/controller/SafePolicyControllerTest.java
ONAP-PAP-REST/src/test/resources/dictionaryImport/ActionList.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/ActionPolicyDictionary.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/AddressGroup.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/Attribute.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/BRMSControllerDictionary.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/BRMSDependencyDictionary.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/BRMSParamDictionary.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/ClosedLoopService.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/ClosedLoopSite.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/MSPolicyDictionary.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/OnapName.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/PEPOptions.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/PrefixList.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/ProtocolList.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/SearchCriteria.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/SecurityZone.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/ServiceGroup.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/ServiceList.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/Settings.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/TermList.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/VNFType.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/VSCLAction.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/VarbindDictionary.csv [new file with mode: 0644]
ONAP-PAP-REST/src/test/resources/dictionaryImport/Zone.csv [new file with mode: 0644]