Add gtest TCs for cache APIs 81/291881/1 accepted/tizen/unified/20230425.175847
authorJaehyun Kim <jeik01.kim@samsung.com>
Mon, 24 Apr 2023 10:38:19 +0000 (19:38 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Mon, 24 Apr 2023 10:38:19 +0000 (19:38 +0900)
commit2a391eca5de745ed98bc7fdb2735963c7fc15815
tree72587605f03fa1b4452ee80f6f392216293e7601
parent9ba9d33918d83c6b0311be77c2417f97a8812d17
Add gtest TCs for cache APIs

[   29s] [ RUN      ] DownloadTest.SetCacheP
[   29s] [       OK ] DownloadTest.SetCacheP (0 ms)
[   29s] [ RUN      ] DownloadTest.GetCacheN
[   29s] [       OK ] DownloadTest.GetCacheN (0 ms)
[   29s] [ RUN      ] DownloadTest.GetCacheP
[   29s] [       OK ] DownloadTest.GetCacheP (0 ms)
[   29s] [ RUN      ] DownloadTest.ResetCacheP
[   29s] [       OK ] DownloadTest.ResetCacheP (0 ms)
[   29s] [ RUN      ] DownloadTest.GetCacheMaxSizeN
[   29s] [       OK ] DownloadTest.GetCacheMaxSizeN (0 ms)
[   29s] [ RUN      ] DownloadTest.GetCacheMaxSizeP
[   29s] [       OK ] DownloadTest.GetCacheMaxSizeP (0 ms)
[   29s] [ RUN      ] DownloadTest.SetCacheMaxSizeP
[   29s] [       OK ] DownloadTest.SetCacheMaxSizeP (0 ms)
[   29s] [ RUN      ] DownloadTest.ResetAllCacheP
[   29s] [       OK ] DownloadTest.ResetAllCacheP (0 ms)
[   29s] [ RUN      ] DownloadTest.GetCachePathN
[   29s] [       OK ] DownloadTest.GetCachePathN (0 ms)
[   29s] [ RUN      ] DownloadTest.GetCachePathP
[   29s] [       OK ] DownloadTest.GetCachePathP (0 ms)
[   29s] [ RUN      ] DownloadTest.SetCachePathP
[   29s] [       OK ] DownloadTest.SetCachePathP (0 ms)
[   29s] [ RUN      ] DownloadTest.GetCacheLifecycleN
[   29s] [       OK ] DownloadTest.GetCacheLifecycleN (0 ms)
[   29s] [ RUN      ] DownloadTest.GetCacheLifecycleP
[   29s] [       OK ] DownloadTest.GetCacheLifecycleP (0 ms)
[   29s] [ RUN      ] DownloadTest.SetCacheLifecycleP
[   29s] [       OK ] DownloadTest.SetCacheLifecycleP (0 ms)

Change-Id: I4fddf9a326a7dc7a0036a36ecc2ea51ff9aec39d
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
tests/mocks/dp-interface-mock.c
tests/url-download-gtest-common.cpp