Add unitTest for RCSDiscoveryManager.
authordoil.kwon <doil.kwon@samsung.com>
Thu, 17 Sep 2015 06:11:05 +0000 (15:11 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Thu, 17 Sep 2015 07:50:19 +0000 (07:50 +0000)
commit0bf27c20a646237eb56323404ebcd9bd64de1fe8
tree319bd2f9fd5245f769b5d9474e5c3c058a28ee62
parent252fb037180f74177cdb1b755d1b3fd3ef5c34a6
Add unitTest for RCSDiscoveryManager.

Change the class name "DiscoveryTask" to "RCSDiscoveryTask".

Add handling about move operator and copy operator and move constructor and copy constructor for "RCSDiscoveryTask" class.

Modify Sconscript to build RCSDiscoveryManager UnitTest.

Change-Id: If409727bab435f38dd1ef4846880bf1a0bab827a
Signed-off-by: doil.kwon <doil.kwon@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2623
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
service/resource-encapsulation/SConscript
service/resource-encapsulation/include/RCSDiscoveryManager.h
service/resource-encapsulation/include/RCSDiscoveryManagerImpl.h
service/resource-encapsulation/src/resourceClient/RCSDiscoveryManager.cpp
service/resource-encapsulation/src/resourceClient/RCSDiscoveryManagerImpl.cpp
service/resource-encapsulation/src/resourceClient/unittests/DiscoveryManagerTest.cpp [new file with mode: 0644]
service/resource-encapsulation/src/resourceClient/unittests/SConscript [new file with mode: 0644]
service/resource-encapsulation/unittests/ResourceClientTest.cpp