proxygen
|
#include <folly/Format.h>
#include <glog/logging.h>
#include <folly/FBVector.h>
#include <folly/FileUtil.h>
#include <folly/Portability.h>
#include <folly/dynamic.h>
#include <folly/json.h>
#include <folly/portability/GTest.h>
#include <folly/small_vector.h>
Go to the source code of this file.
Functions | |
TEST (FormatOther, file) | |
TEST (FormatOther, dynamic) | |
TEST (FormatOther, fbvector) | |
TEST (FormatOther, small_vector) | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 111 of file FormatOtherTest.cpp.
References testing::InitGoogleTest(), and RUN_ALL_TESTS().
TEST | ( | FormatOther | , |
file | |||
) |
Definition at line 31 of file FormatOtherTest.cpp.
References folly::closeNoInt(), EXPECT_EQ, FILE, folly::format(), folly::kIsWindows, pipe(), folly::readFull(), SCOPE_EXIT, string, and folly::writeTo().
TEST | ( | FormatOther | , |
dynamic | |||
) |
Definition at line 61 of file FormatOtherTest.cpp.
References folly::defaulted(), EXPECT_EQ, EXPECT_THROW, folly::parseJson(), folly::sformat(), folly::svformat(), and folly::T.
TEST | ( | FormatOther | , |
fbvector | |||
) |
Definition at line 103 of file FormatOtherTest.cpp.
TEST | ( | FormatOther | , |
small_vector | |||
) |
Definition at line 107 of file FormatOtherTest.cpp.