gpgme/lang/cpp/tests
Ingo Klöcker 28542b14c4
cpp: Deprecate Error::asString and update users
* lang/cpp/src/error.h (Error::asString): Mark as deprecated.
* lang/cpp/src/context.cpp (operator<<),
lang/cpp/src/editinteractor.cpp (edit_interactor_callback_impl),
lang/cpp/tests/run-getkey.cpp (main),
lang/cpp/tests/run-keylist.cpp (main),
lang/cpp/tests/run-wkdlookup.cpp (main): Use Error::asStdString instead
of Error::asString.
--

GnuPG-bug-id: 7188
2024-07-05 10:05:51 +02:00
..
Makefile.am cpp,tests: Add test runner for doing a WKD lookup without import 2021-12-10 12:51:36 +01:00
README cpp: Add first manual tests 2018-10-09 11:24:18 +02:00
run-getkey.cpp cpp: Deprecate Error::asString and update users 2024-07-05 10:05:51 +02:00
run-keylist.cpp cpp: Deprecate Error::asString and update users 2024-07-05 10:05:51 +02:00
run-verify.cpp cpp: Remove unused include 2023-08-15 11:50:28 +02:00
run-wkdlookup.cpp cpp: Deprecate Error::asString and update users 2024-07-05 10:05:51 +02:00

Tests for the C++ bindings.

Most autotests for the C++ bindings use the QTest framework
and live in lang/qt/tests.