Unit test improvements, add example programme 34/3034/1
authorE. Scott Daniels <daniels@research.att.com>
Fri, 27 Mar 2020 14:18:37 +0000 (10:18 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 27 Mar 2020 14:18:37 +0000 (10:18 -0400)
commit0b08d9dc1639e926c1df4535703b67903a86aad7
treebc6341e296aaf541aba65f40b6fb4bc2c6a94424
parent4e4fb5021cc9aa67390f6641a060b85c077a1880
Unit test improvements, add example programme

This change addresses some sonar flagged issues (move/copy
builders missing), and adds unit tests to support the
addition of those.  The code was slightly adjusted to
better support testing coverage.

The rmr_dump programme was added to the examples.

Issue-ID: RIC-148

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I9220d75fa6690feebf439cfe97dda43572f20c4e
14 files changed:
CHANGES [new file with mode: 0644]
CMakeLists.txt
examples/Makefile
examples/rmr_dump.cpp [new file with mode: 0644]
examples/xapp_t2.cpp
src/messaging/message.cpp
src/messaging/message.hpp
src/messaging/messenger.cpp
src/messaging/messenger.hpp
src/xapp/xapp.cpp
src/xapp/xapp.hpp
test/rmr_em.c
test/unit_test.cpp
test/unit_test.sh