TCT Tests for platform abstraction 48/24148/1
authorAndrew Cox <andrew.cox@partner.samsung.com>
Thu, 26 Jun 2014 16:10:15 +0000 (17:10 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 8 Jul 2014 16:08:07 +0000 (17:08 +0100)
commit6e35499c40febb914522965d5b6232017e40fd00
treeace86b6b6fcd2a12c05ade535450f42f20c3856f
parentf8f40aa5d3b97dcffd8e2c0c9d44ddeeb544c605
TCT Tests for platform abstraction

[problem] The platform abstraction has features that should be tested.
[cause] Current tests of the dali-adaptor project use a stubbed platform
abstraction.
[solution] Make a new TCT test app that calls PlatformAbstraction
functions connected to a full platform abstraction underneath.

Single test case that loads 1000 images and checks that they all
complete.

Change-Id: Ibe5f89ebd469719ad798436dfb3cc784f0cf73f0
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
15 files changed:
automated-tests/README.md [new file with mode: 0644]
automated-tests/README.pdf [new file with mode: 0644]
automated-tests/images/README.md [new file with mode: 0644]
automated-tests/images/frac.24.bmp [new file with mode: 0644]
automated-tests/images/frac.jpg [new file with mode: 0644]
automated-tests/images/frac.png [new file with mode: 0644]
automated-tests/packaging/core-dali-adaptor-tests.spec
automated-tests/packaging/core-dali-platform-abstraction-tests.spec [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/CMakeLists.txt [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/resource-collector.cpp [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/resource-collector.h [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/tct-dali-platform-abstraction-core.cpp [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/tct-dali-platform-abstraction-core.h [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/utc-image-loading.cpp [new file with mode: 0644]
platform-abstractions/slp/resource-loader/resource-thread-base.cpp