Contains facilities for testing service crashes.
Definition in file death_tests.hpp.
Go to the source code of this file.
#include <gtest/gtest.h>#include <userver/utils/assert.hpp>#include <userver/utils/impl/disable_core_dumps.hpp>
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | utest |
| Mocks and test helpers. | |
Macros | |
| #define | UEXPECT_DEATH(statement, regex_or_matcher) |
| An optimized equivalent of EXPECT_DEATH. | |
| #define | UEXPECT_DEBUG_DEATH(statement, regex_or_matcher) |
| An optimized equivalent of EXPECT_DEBUG_DEATH. | |