|
ADTF
|
#include <a_utils.h>#include <catch2/catch.hpp>Go to the source code of this file.
Classes | |
| struct | Catch::StringMaker< tResult > |
| struct | Catch::StringMaker< tError< Code > > |
| struct | Catch::StringMaker< adtf::util::cString > |
| struct | Catch::StringMaker< adtf::util::cFilename > |
Namespaces | |
| namespace | Catch |
| Namespace for all functionality provided by catch2 integration in adtf::testing. | |
Macros | |
| #define | REQUIRE_OK(...) |
| Macro for a mandatory check if a function call returned with ERR_NOERROR. If not the test will fail and the error will be printed. | |
| #define | REQUIRE_FAILED(...) |
| Macro for a mandatory check if a function call did not return with ERR_NOERROR. If it did the test will fail and the error will be printed. | |
| #define | CHECK_OK(...) |
| Macro to check if a function call returned with ERR_NOERROR. If not the test will fail and the error will be printed. | |
| #define | CHECK_FAILED(...) |
| Macro to check if a function call did not return with ERR_NOERROR. If it did the test will fail and the error will be printed. | |
Functions | |
| CATCH_TRANSLATE_EXCEPTION (const tResult &oError) | |
Copyright © Audi Electronics Venture GmbH. All rights reserved
| #define CHECK_FAILED | ( | ... | ) |
Macro to check if a function call did not return with ERR_NOERROR. If it did the test will fail and the error will be printed.
| ... | function call that returns a tResult or tError. |
| #define CHECK_OK | ( | ... | ) |
| #define REQUIRE_FAILED | ( | ... | ) |