throwing_ptr
Smart pointers that throw on dereference if null
|
Go to the source code of this file.
Functions | |
TEST_CASE ("unique_ptr dereference via * throws on nullptr", "[unique_ptr][dereference][nullptr]") | |
TEST_CASE ("unique_ptr dereference via -> throws on nullptr", "[unique_ptr][dereference][nullptr]") | |
TEST_CASE ("type specific unique_ptr exceptions are caught by base exception", "[unique_ptr][exception]") | |
TEST_CASE ("type specific unique_ptr exceptions are caught by using correct type", "[unique_ptr][exception]") | |
TEST_CASE ("unique_ptr exceptions have non-empty what()", "[unique_ptr][exception]") | |
TEST_CASE | ( | "unique_ptr dereference via * throws on nullptr" | , |
"" | [unique_ptr][dereference][nullptr] | ||
) |
Definition at line 16 of file unique_ptr_dereference.cpp.
TEST_CASE | ( | "unique_ptr dereference via -> throws on nullptr" | , |
"" | [unique_ptr][dereference][nullptr] | ||
) |
Definition at line 23 of file unique_ptr_dereference.cpp.
TEST_CASE | ( | "type specific unique_ptr exceptions are caught by base exception" | , |
"" | [unique_ptr][exception] | ||
) |
Definition at line 30 of file unique_ptr_dereference.cpp.
TEST_CASE | ( | "type specific unique_ptr exceptions are caught by using correct type" | , |
"" | [unique_ptr][exception] | ||
) |
Definition at line 42 of file unique_ptr_dereference.cpp.
TEST_CASE | ( | "unique_ptr exceptions have non-empty what()" | , |
"" | [unique_ptr][exception] | ||
) |
Definition at line 54 of file unique_ptr_dereference.cpp.