Add a JUnit test for the Data Dictionary 04/78404/1
authormark.j.leonard <mark.j.leonard@gmail.com>
Wed, 13 Feb 2019 15:44:48 +0000 (15:44 +0000)
committermark.j.leonard <mark.j.leonard@gmail.com>
Wed, 13 Feb 2019 15:47:23 +0000 (15:47 +0000)
commitcc5176bed8bb87fbe28f49eb7fe99f8a1fac01c0
tree2c806540ac1acd87e73fdf5bdadbe54a48640df0
parent563772ec9a100e9eb46fff1b5087985dbe07d04a
Add a JUnit test for the Data Dictionary

Create sample configuration for debugging the DataDictionary.java code.
Fix an issue in the Rule Driven Validator: re-enable invocation of the
default rules when no indexed rules are found for an event.

Change-Id: I85fb6c0797e1240c14997b6e8ba1f6c0304152db
Issue-ID: AAI-2057
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
src/main/java/org/onap/aai/validation/ruledriven/RuleDrivenValidator.java
src/test/java/org/onap/aai/validation/ruledriven/validator/TestDataDictionary.java [new file with mode: 0644]
src/test/resources/data-dictionary/rule-data-dictionary.properties [new file with mode: 0644]
src/test/resources/data-dictionary/rule-indexing.properties [new file with mode: 0644]
src/test/resources/data-dictionary/rules/poa-event/default-rules.groovy [new file with mode: 0644]
src/test/resources/data-dictionary/schemaIngest.properties [new file with mode: 0644]
src/test/resources/data-dictionary/test-data-dictionary-beans.xml [new file with mode: 0644]
src/test/resources/data-dictionary/test_events/test-create-event.json [new file with mode: 0644]
src/test/resources/data-dictionary/validation-service-auth.properties [new file with mode: 0644]
src/test/resources/data-dictionary/validation-service.properties [new file with mode: 0644]