From ae963fcd018592800f96e9199f848a3fd738f38e Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Tue, 9 Mar 2021 12:16:03 +0000 Subject: Add code coverage for reception package Issue-ID: POLICY-3090 Change-Id: I79bf20363644fe39ed532399ecf59740192f7bb9 Signed-off-by: adheli.tavares --- reception/src/test/resources/PolicyDecoderConfiguration.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 reception/src/test/resources/PolicyDecoderConfiguration.json (limited to 'reception/src/test/resources/PolicyDecoderConfiguration.json') diff --git a/reception/src/test/resources/PolicyDecoderConfiguration.json b/reception/src/test/resources/PolicyDecoderConfiguration.json new file mode 100644 index 00000000..80a6dcab --- /dev/null +++ b/reception/src/test/resources/PolicyDecoderConfiguration.json @@ -0,0 +1,7 @@ +{ + "parameterClassName": "org.onap.policy.distribution.reception.testclasses.DummyPolicyDecoderParameterGroup", + "parameters": { + "policyName": "SamplePolicy", + "policyType": "DUMMY" + } +} -- cgit 1.2.3-korg