tc: Reorganize test cases based on libtpl-egl APIs 84/115484/3
authorHoyub Lee <hoyub.lee@samsung.com>
Fri, 16 Dec 2016 01:39:30 +0000 (10:39 +0900)
committerHoyub Lee <hoyub.lee@samsung.com>
Mon, 27 Feb 2017 08:16:33 +0000 (17:16 +0900)
commit01537ffd26de548c216a6f8dc6253e08a33795b2
tree201aebcc1eb96c0d7a2e5842d2ab858d6e722e41
parent43b1d090b3aaf0d5297e77f0d11540062c498608
tc: Reorganize test cases based on libtpl-egl APIs

Reorganize test cases based on the name of libtpl-egl APIs to cover
all flows of libtpl-egl APIs. Followings are changed in this patch:

 - Test cases are organized and renamed with DEFAULT and EXTRA cases.

 - Most of test cases are renamed with the function name of libtpl-egl APIs,
   and test name will represent its working flow.

example>

   TEST CASE                  |  TEST
   ------------------------------------------
   DEFAULT_tpl_display_get    |  success
   DEFAULT_tpl_display_get    |  failure_null

Change-Id: I86f6e16c75ceeba29b46356ab7d296b281acb934
Signed-off-by: Hoyub Lee <hoyub.lee@samsung.com>
tc/test/tpl-test_display_test.cpp
tc/test/tpl-test_object_test.cpp
tc/test/tpl-test_surface_test.cpp