proxygen
|
#include <folly/json_pointer.h>
#include <folly/portability/GMock.h>
#include <folly/portability/GTest.h>
Go to the source code of this file.
Classes | |
class | JsonPointerTest |
Functions | |
TEST_F (JsonPointerTest, ValidPointers) | |
TEST_F (JsonPointerTest, InvalidPointers) | |
TEST_F (JsonPointerTest, IsPrefixTo) | |
TEST_F | ( | JsonPointerTest | , |
ValidPointers | |||
) |
Definition at line 26 of file json_pointer_test.cpp.
References testing::ElementsAreArray(), EXPECT_THAT, parse(), and tokens.
TEST_F | ( | JsonPointerTest | , |
InvalidPointers | |||
) |
Definition at line 39 of file json_pointer_test.cpp.
References folly::pushmi::operators::error(), and EXPECT_EQ.
TEST_F | ( | JsonPointerTest | , |
IsPrefixTo | |||
) |
Definition at line 51 of file json_pointer_test.cpp.
References EXPECT_FALSE, EXPECT_TRUE, and parse().