proxygen
|
#include <folly/lang/UncaughtExceptions.h>
#include <folly/Conv.h>
#include <folly/portability/GTest.h>
#include <glog/logging.h>
Go to the source code of this file.
Classes | |
class | Validator |
struct | ThrowInDestructor< N, I > |
struct | ThrowInDestructor< N, 0 > |
struct | ThrowingConstructor |
struct | InheritsThrowingConstructor |
Functions | |
TEST (UncaughtExceptions, no_exception) | |
TEST (UncaughtExceptions, no_uncaught_exception) | |
TEST (UncaughtExceptions, one_uncaught_exception) | |
TEST (UncaughtExceptions, catch_rethrow) | |
void | throwingFunction () |
TEST (UncaughtExceptions, one_uncaught_exception_in_function) | |
TEST (UncaughtExceptions, two_uncaught_exceptions) | |
TEST (UncaughtExceptions, ten_uncaught_exceptions) | |
TEST (UncaughtExceptions, one_exception_in_ctor_initializer_expression) | |
TEST | ( | UncaughtExceptions | , |
no_exception | |||
) |
Definition at line 49 of file UncaughtExceptionsTest.cpp.
TEST | ( | UncaughtExceptions | , |
no_uncaught_exception | |||
) |
Definition at line 53 of file UncaughtExceptionsTest.cpp.
References Validator::validate().
TEST | ( | UncaughtExceptions | , |
one_uncaught_exception | |||
) |
Definition at line 62 of file UncaughtExceptionsTest.cpp.
TEST | ( | UncaughtExceptions | , |
catch_rethrow | |||
) |
Definition at line 70 of file UncaughtExceptionsTest.cpp.
References EXPECT_EQ, and folly::uncaught_exceptions().
TEST | ( | UncaughtExceptions | , |
one_uncaught_exception_in_function | |||
) |
Definition at line 91 of file UncaughtExceptionsTest.cpp.
References EXPECT_THROW, and throwingFunction().
TEST | ( | UncaughtExceptions | , |
two_uncaught_exceptions | |||
) |
Definition at line 134 of file UncaughtExceptionsTest.cpp.
TEST | ( | UncaughtExceptions | , |
ten_uncaught_exceptions | |||
) |
Definition at line 138 of file UncaughtExceptionsTest.cpp.
TEST | ( | UncaughtExceptions | , |
one_exception_in_ctor_initializer_expression | |||
) |
void throwingFunction | ( | ) |
Definition at line 86 of file UncaughtExceptionsTest.cpp.
Referenced by TEST().