14 #include <gtest/gtest.h>
15 #include <Poco/Process.h>
27 ASSERT_FALSE(encodeString.empty());
29 #if JSON_USE_BASE64 == 1
38 std::string encodeString;
40 #if JSON_USE_BASE64 == 1
48 ASSERT_FALSE(decodeString.empty());
52 int main (
int argc,
char** argv)
54 testing::InitGoogleTest(&argc, argv);
55 return RUN_ALL_TESTS();