Add group init/cleanup functionality 73/201773/4
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 18 Mar 2019 17:08:06 +0000 (18:08 +0100)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 4 Apr 2019 15:00:21 +0000 (17:00 +0200)
commit4a0bc7052984c93e184987fbf728b857f8082bd4
tree859601803682781818a0ee85a565e441ab8a4de9
parent1574a8abc08c55a38a4eba914e7ab6c4a24e1218
Add group init/cleanup functionality

Add possibility to launch an initialization and cleanup function before and
after a specific group of tests.

Disclaimer: this commit is supposed to quickly add necessary functionality
without making things worse. It does not cover any possible fixes of existing
code.

Change-Id: I7512ae77b7193f61e2dc5f72132a815c5d1da751
src/framework/include/dpl/test/test_case.h
src/framework/include/dpl/test/test_group.h [new file with mode: 0644]
src/framework/include/dpl/test/test_runner.h
src/framework/src/test_runner.cpp