Added Gtest for smartcard-service 29/189229/5 submit/tizen/20180920.054001
authorAbhishek Sansanwal <abhishek.s94@samsung.com>
Fri, 14 Sep 2018 10:46:00 +0000 (16:16 +0530)
committerAbhishek Sansanwal <abhishek.s94@samsung.com>
Wed, 19 Sep 2018 11:43:59 +0000 (17:13 +0530)
commit3ac667105cade9a7f2abb0c8c8305c97296f2685
treed806f1564c284e0efdec7566e90f0f49d2e6d84c
parent366a4808f51e7e82c01350a3c40a63fe100f05b9
Added Gtest for smartcard-service

Overall coverage rate:
  lines......: 91.6% (843 of 920 lines)
  functions..: 87.2% (171 of 196 functions)

Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Ibdf1794070e98fec72dfe7f786df39920f48030f
73 files changed:
CMakeLists.txt
common/APDUHelper.cpp
common/AccessCondition.cpp
common/AccessControlList.cpp
common/ByteArray.cpp
common/CMakeLists.txt
common/EFDIR.cpp
common/FCI.cpp
common/FileObject.cpp
common/GPACE.cpp
common/GPARAACL.cpp
common/GPARAM.cpp
common/GPARFACL.cpp
common/ISO7816BERTLV.cpp
common/NumberStream.cpp
common/OpensslHelper.cpp
common/PKCS15.cpp
common/PKCS15CDF.cpp
common/PKCS15DODF.cpp
common/PKCS15ODF.cpp
common/PKCS15OID.cpp
common/PKCS15Object.cpp
common/PKCS15Path.cpp
common/PKCS15TokenInfo.cpp
common/SignatureHelper.cpp
common/SimpleTLV.cpp
common/Synchronous.cpp
common/TLVHelper.cpp
common/include/APDUHelper.h
common/include/AccessCondition.h
common/include/AccessControlList.h
common/include/ByteArray.h
common/include/Channel.h
common/include/Debug.h
common/include/EFDIR.h
common/include/FileObject.h
common/include/GPARAM.h
common/include/NumberStream.h
common/include/PKCS15CDF.h
common/include/PKCS15OID.h
common/include/ProviderHelper.h
common/include/ReaderHelper.h
common/include/Record.h
common/include/SEServiceHelper.h
common/include/SessionHelper.h
common/include/TLVHelper.h
common/include/Terminal.h
gtest/CMakeLists.txt [new file with mode: 0644]
gtest/common.h [new file with mode: 0755]
gtest/gdbus.cpp [new file with mode: 0644]
gtest/gdbus.h [new file with mode: 0644]
gtest/smartcardService.cpp [new file with mode: 0644]
gtest/smartcardService.h [new file with mode: 0644]
gtest/unittest.cpp [new file with mode: 0644]
packaging/smartcard-service.spec
server/CMakeLists.txt
server/ClientInstance.cpp
server/ServerChannel.cpp
server/ServerGDBus.cpp
server/ServerReader.cpp
server/ServerResource.cpp
server/ServerSEService.cpp
server/ServerSession.cpp
server/ServiceInstance.cpp
server/include/ClientInstance.h
server/include/ServerChannel.h
server/include/ServerReader.h
server/include/ServerSEService.h
server/include/ServerSession.h
server/include/ServiceInstance.h
server/private/AccessControl.cpp
server/private/PKCS15CDFACL.cpp
server/smartcard-daemon.cpp