proxygen
|
Go to the source code of this file.
Functions | |
TEST (CompareJson, Simple) | |
TEST (CompareJson, Malformed) | |
TEST (CompareJsonWithTolerance, Simple) | |
TEST | ( | CompareJson | , |
Simple | |||
) |
Definition at line 24 of file JsonTestUtilTest.cpp.
References folly::compareJson(), EXPECT_FALSE, EXPECT_TRUE, and FOLLY_EXPECT_JSON_EQ.
TEST | ( | CompareJson | , |
Malformed | |||
) |
Definition at line 34 of file JsonTestUtilTest.cpp.
References folly::compareJson(), and EXPECT_THROW.
TEST | ( | CompareJsonWithTolerance | , |
Simple | |||
) |
Definition at line 40 of file JsonTestUtilTest.cpp.
References folly::compareJsonWithTolerance(), EXPECT_FALSE, EXPECT_TRUE, and FOLLY_EXPECT_JSON_NEAR.