Add C++ Unit tests
authorYuliya Kamatkova <yuliya.kamatkova@intel.com>
Mon, 22 Dec 2014 23:12:40 +0000 (18:12 -0500)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Thu, 22 Jan 2015 07:45:44 +0000 (07:45 +0000)
commit204d57680d4a342be6d6e8ea0ca382f9aa65e1fc
tree9c7a2f03cdc16ffb05777e63797f7e6e28c54663
parent0407f06dab9fc19f1543da9e5e3b43d8ed65df18
Add C++ Unit tests

Added unit tests for OCPlatform and OCResource C++ APIs.
All tests are passing

Change-Id: Ib31295db92ad3934dec1ea32e59315cea8fff2a8
Signed-off-by: Yuliya Kamatkova <yuliya.kamatkova@intel.com>
(cherry picked from commit f488ad57ad2b45197ab5a1f4a5ed06565d7b473d)
Reviewed-on: https://gerrit.iotivity.org/gerrit/203
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
resource/unittests/ConstructResourceTest.cpp [new file with mode: 0644]
resource/unittests/OCPlatformTest.cpp [new file with mode: 0644]
resource/unittests/OCResourceTest.cpp [new file with mode: 0644]
resource/unittests/README
resource/unittests/makefile
resource/unittests/tests.cpp [deleted file]