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 | 75494e834356f7a748c7193ccb6a5aa4dc981f4f (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/testing/unittest/registar.h | |
parent | d55d2643fed42b214f3a9d1fcd5882cc246ad2ea (diff) | |
download | ydb-75494e834356f7a748c7193ccb6a5aa4dc981f4f.tar.gz |
Restoring authorship annotation for <wiz@yandex-team.ru>. Commit 2 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 9df0805fd2..44517a0092 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, |