diff options
| author | wiz <[email protected]> | 2022-02-10 16:49:54 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:54 +0300 |
| commit | d55d2643fed42b214f3a9d1fcd5882cc246ad2ea (patch) | |
| tree | 4bdb74c816a0f8895c17730b25e9854f9bd6ab62 /library/cpp/testing | |
| parent | ad0e4a667b8665c2c5412b401b84920761662176 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/testing')
| -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 44517a00924..9df0805fd21 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, |
