Categorize tests into positive and negative 33/227833/5
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 16 Mar 2020 14:54:45 +0000 (15:54 +0100)
committerDariusz Michaluk <d.michaluk@samsung.com>
Wed, 18 Mar 2020 10:30:44 +0000 (10:30 +0000)
commitf813624c0f590599b106e24316edf3291c6090e9
treef2d8b62a1034409da51e19e11df2416b8d360390
parentf3eaa030bad3fe97b204f4c3e63c0711cf7b6287
Categorize tests into positive and negative

Wise men said:
"Thou shalt not covet positive tests more than the negative ones"

To easily distinguish between positive and negative tests their names will be
prefixed with "POSITIVE_" and "NEGATIVE_" string respectively.

Boost test macros wrappers included.

Existing tests have been categorized.

Change-Id: Ifb21077437ebf82d2a2f4b4c70c53ab61b320c49
26 files changed:
tests/boost_macros_wrapper.h [new file with mode: 0644]
tests/test_async-observer.cpp
tests/test_base64.cpp
tests/test_binary-queue.cpp
tests/test_certificate.cpp
tests/test_comm-manager.cpp
tests/test_crypto-logic.cpp
tests/test_data-type.cpp
tests/test_db_crypto.cpp
tests/test_descriptor-set.cpp
tests/test_dpl-db.cpp
tests/test_dpl-exception.cpp
tests/test_encryption-scheme.cpp
tests/test_exception.cpp
tests/test_for-each-file.cpp
tests/test_generic-backend.cpp
tests/test_key-provider.cpp
tests/test_key.cpp
tests/test_log-provider.cpp
tests/test_safe-buffer.cpp
tests/test_serialization.cpp
tests/test_sql.cpp
tests/test_ss-crypto.cpp
tests/test_stringify.cpp
tests/test_sw-backend.cpp
tests/test_xml-parser.cpp