summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/dcae/commonFunction/event
AgeCommit message (Collapse)AuthorFilesLines
2018-12-31Fix sonar violationZlatko Murgoski3-329/+0
Fix sonar violation' Change-Id: Ia5718d2bcbf9f5efea40d8250b7ad57f6d2eb2f3 Issue-ID: DCAEGEN2-1016 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2018-07-02Prepare codebase for dynamic DMaaP configurationPawelSzalapski3-0/+329
From now on, there is only one single place where we can create whole app core concerning sending events and it has a single entry point, based on DMaaP configuration. It can be used to rebuild part of app that is responsible for sending events dynamically. Changes are in scope for the dynamic DMaaP config feature. + bumped up code coverage a bit Change-Id: Iecc8c4e534ae9b781f47e3616409271ba83169c8 Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com> Issue-ID: DCAEGEN2-517