Increase coverage in common 40/138840/4
authorwaynedunican <wayne.dunican@est.tech>
Tue, 20 Aug 2024 07:27:23 +0000 (08:27 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Tue, 3 Sep 2024 15:03:15 +0000 (16:03 +0100)
commitc780793359e31dac7d99731360cf1e575485f638
tree897f61ba970728a80a75c35cac23033f68f941b4
parent460b684f934776e9c4eefab00d1febb398e87bb1
Increase coverage in common

Issue-ID: POLICY-5106
Change-Id: I54dfcc2ab1100e959ee786ce7a9791ef3465686f
Signed-off-by: waynedunican <wayne.dunican@est.tech>
20 files changed:
common-parameters/pom.xml
common-parameters/src/test/java/org/onap/policy/common/parameters/ParameterGroupTest.java [new file with mode: 0644]
common-parameters/src/test/java/org/onap/policy/common/parameters/ParameterServiceTest.java [new file with mode: 0644]
common-parameters/src/test/java/org/onap/policy/common/parameters/validation/ParameterGroupValidatorTest.java [new file with mode: 0644]
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxy.java
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.java
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/bus/IndexedKafkaTopicSourceFactoryTest.java [new file with mode: 0644]
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/bus/internal/KafkaPublisherWrapperTest.java [new file with mode: 0644]
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/features/NetLoggerFeatureApiTest.java [new file with mode: 0644]
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/http/server/test/AuthorizationFilterTest.java [new file with mode: 0644]
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/parameters/RestClientParametersTest.java [new file with mode: 0644]
spring-utils/src/test/java/org/onap/policy/common/spring/utils/CustomImplicitNamingStrategyTest.java [new file with mode: 0644]
spring-utils/src/test/java/org/onap/policy/common/spring/utils/YamlHttpMessageConverterTest.java [new file with mode: 0644]
utils-test/src/test/java/org/onap/policy/common/utils/security/SelfSignedKeyStoreTest.java
utils/src/test/java/org/onap/policy/common/utils/logging/LoggerMarkerFilterTest.java [new file with mode: 0644]
utils/src/test/java/org/onap/policy/common/utils/properties/PropertyObjectUtilsTest.java
utils/src/test/java/org/onap/policy/common/utils/resources/PrometheusUtilsTest.java [new file with mode: 0644]
utils/src/test/java/org/onap/policy/common/utils/security/CryptoUtilsTest.java
utils/src/test/java/org/onap/policy/common/utils/services/OrderedServiceTest.java [new file with mode: 0644]
utils/src/test/java/org/onap/policy/common/utils/validation/VersionTest.java