From f5de85e49dd1bf74ae6342344069fa71771288f2 Mon Sep 17 00:00:00 2001 From: Ralph Straubs Date: Mon, 18 Sep 2017 03:37:28 -0500 Subject: 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 --- .../services/org.onap.policy.drools.core.PolicySessionFeatureAPI | 1 + 1 file changed, 1 insertion(+) create mode 100644 policy-core/src/test/resources/META-INF/services/org.onap.policy.drools.core.PolicySessionFeatureAPI (limited to 'policy-core/src/test/resources') diff --git a/policy-core/src/test/resources/META-INF/services/org.onap.policy.drools.core.PolicySessionFeatureAPI b/policy-core/src/test/resources/META-INF/services/org.onap.policy.drools.core.PolicySessionFeatureAPI new file mode 100644 index 00000000..d6b088c3 --- /dev/null +++ b/policy-core/src/test/resources/META-INF/services/org.onap.policy.drools.core.PolicySessionFeatureAPI @@ -0,0 +1 @@ +org.onap.policy.drools.core.TestPolicySessionFeatureAPI -- cgit 1.2.3-korg