proxygen
|
Public Member Functions | |
Validator (int expectedCount, const std::string &msg) | |
~Validator () | |
void | validate () |
Private Attributes | |
const int32_t | expectedCount_ |
const std::string | msg_ |
Definition at line 27 of file UncaughtExceptionsTest.cpp.
|
inline |
Definition at line 29 of file UncaughtExceptionsTest.cpp.
|
inline |
Definition at line 33 of file UncaughtExceptionsTest.cpp.
References validate().
|
inline |
Definition at line 38 of file UncaughtExceptionsTest.cpp.
References EXPECT_EQ, expectedCount_, msg_, and folly::uncaught_exceptions().
Referenced by TEST(), and ~Validator().
|
private |
Definition at line 45 of file UncaughtExceptionsTest.cpp.
Referenced by validate().
|
private |
Definition at line 46 of file UncaughtExceptionsTest.cpp.
Referenced by validate().