diff options
author | wiz <wiz@yandex-team.ru> | 2022-02-10 16:49:54 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:54 +0300 |
commit | d55d2643fed42b214f3a9d1fcd5882cc246ad2ea (patch) | |
tree | 4bdb74c816a0f8895c17730b25e9854f9bd6ab62 /library/cpp/testing/unittest/registar.h | |
parent | ad0e4a667b8665c2c5412b401b84920761662176 (diff) | |
download | ydb-d55d2643fed42b214f3a9d1fcd5882cc246ad2ea.tar.gz |
Restoring authorship annotation for <wiz@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/testing/unittest/registar.h')
-rw-r--r-- | library/cpp/testing/unittest/registar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/registar.h b/library/cpp/testing/unittest/registar.h index 44517a0092..9df0805fd2 100644 --- a/library/cpp/testing/unittest/registar.h +++ b/library/cpp/testing/unittest/registar.h @@ -589,7 +589,7 @@ public: \ << " (expected " << #E << ") " << C); \ } \ } while (false) - + // Assert that a specific exception is thrown and satisfies predicate pred(e), where e is the exception instance. // Example: // UNIT_ASSERT_EXCEPTION_SATISFIES(MakeRequest(invalidData), TError, |