diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2021-03-09 12:16:03 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2021-03-10 10:14:53 +0000 |
commit | ae963fcd018592800f96e9199f848a3fd738f38e (patch) | |
tree | b8ffd7497e73df05c85d3d598e1baad23bddbbb9 /reception/src/test/resources/ReceptionHandlerConfiguration.json | |
parent | a2740a32f308b7385a44161ec40e25d72e4ef5e0 (diff) |
Add code coverage for reception package
Issue-ID: POLICY-3090
Change-Id: I79bf20363644fe39ed532399ecf59740192f7bb9
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'reception/src/test/resources/ReceptionHandlerConfiguration.json')
-rw-r--r-- | reception/src/test/resources/ReceptionHandlerConfiguration.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/reception/src/test/resources/ReceptionHandlerConfiguration.json b/reception/src/test/resources/ReceptionHandlerConfiguration.json new file mode 100644 index 00000000..75d157b2 --- /dev/null +++ b/reception/src/test/resources/ReceptionHandlerConfiguration.json @@ -0,0 +1,8 @@ +{ + "parameterClassName": "org.onap.policy.distribution.reception.testclasses.DummyReceptionHandlerParameterGroup", + "parameters": { + "myStringParameter": "stringValue", + "myIntegerParameter": 20, + "myBooleanParameter": true + } +} |