Add Junit tests to 'policy-core' 43/13043/2
authorRalph Straubs <rs8887@att.com>
Mon, 18 Sep 2017 08:37:28 +0000 (03:37 -0500)
committerRalph Straubs <rs8887@att.com>
Mon, 18 Sep 2017 12:16:10 +0000 (07:16 -0500)
commitf5de85e49dd1bf74ae6342344069fa71771288f2
tree857d2956b14e7b2744ace1ff8e7a80586789a23f
parentfbed3c9c7b816b9fa4dd96dc218a0603b1d1c544
Add Junit tests to 'policy-core'

These tests focus on the following classes:
- PolicyContainer
- PolicySession
- PolicySessionFeatureAPI

'maven-invoker-plugin' was used to compile and install artifacts for
testing during the 'test-compile' phase. These aren't part of the
Maven project hierarchy, so they aren't visible to Sonar and SonarQube,
and they aren't deployed.

Change-Id: I67c122debbe5280f0153e7330248dc5d13c5b2c0
Issue-ID: POLICY-236
Signed-off-by: Ralph Straubs <rs8887@att.com>
policy-core/drools-artifact-1.1/pom.xml [new file with mode: 0644]
policy-core/drools-artifact-1.1/src/main/resources/META-INF/kmodule.xml [new file with mode: 0644]
policy-core/drools-artifact-1.1/src/main/resources/rules.drl [new file with mode: 0644]
policy-core/drools-artifact-1.2/pom.xml [new file with mode: 0644]
policy-core/drools-artifact-1.2/src/main/resources/META-INF/kmodule.xml [new file with mode: 0644]
policy-core/drools-artifact-1.2/src/main/resources/rules.drl [new file with mode: 0644]
policy-core/pom.xml
policy-core/src/test/java/org/onap/policy/drools/core/DroolsContainerTest.java [new file with mode: 0644]
policy-core/src/test/java/org/onap/policy/drools/core/TestPolicySessionFeatureAPI.java [new file with mode: 0644]
policy-core/src/test/resources/META-INF/services/org.onap.policy.drools.core.PolicySessionFeatureAPI [new file with mode: 0644]