|
proxygen
|
#include <folly/lang/SafeAssert.h>#include <glog/logging.h>#include <folly/Benchmark.h>#include <folly/portability/GTest.h>Go to the source code of this file.
Functions | |
| void | fail () |
| void | succeed () |
| TEST (SafeAssert, AssertionFailure) | |
| void fail | ( | ) |
Definition at line 27 of file SafeAssertTest.cpp.
References FOLLY_SAFE_CHECK.
Referenced by TEST(), folly::TEST(), TEST_F(), and folly::test::TEST_F().
| void succeed | ( | ) |
Definition at line 32 of file SafeAssertTest.cpp.
References FOLLY_SAFE_CHECK.
Referenced by TEST().
| TEST | ( | SafeAssert | , |
| AssertionFailure | |||
| ) |