proxygen
|
#include <folly/logging/Init.h>
#include <folly/logging/LogConfigParser.h>
#include <folly/logging/LoggerDB.h>
#include <folly/logging/test/ConfigHelpers.h>
#include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h>
#include <folly/test/TestUtils.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Functions | |
const char * | folly::getBaseLoggingConfig () |
TEST (Init, checkConfig) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 83 of file InitTest.cpp.
References testing::InitGoogleTest(), and RUN_ALL_TESTS().
TEST | ( | Init | , |
checkConfig | |||
) |
Definition at line 44 of file InitTest.cpp.
References EXPECT_EQ, EXPECT_THROW_RE, folly::LoggerDB::get(), folly::LoggerDB::getConfig(), folly::initLogging(), and folly::parseLogConfig().