...

Text file src/github.com/google/flatbuffers/tests/json_test.h

Documentation: github.com/google/flatbuffers/tests

     1#ifndef TESTS_JSON_TEST_H
     2#define TESTS_JSON_TEST_H
     3
     4#include <string>
     5
     6namespace flatbuffers {
     7namespace tests {
     8
     9void JsonDefaultTest(const std::string& tests_data_path);
    10void JsonEnumsTest(const std::string& tests_data_path);
    11void JsonOptionalTest(const std::string& tests_data_path, bool default_scalars);
    12void ParseIncorrectMonsterJsonTest(const std::string& tests_data_path);
    13void JsonUnsortedArrayTest();
    14void JsonUnionStructTest();
    15
    16}  // namespace tests
    17}  // namespace flatbuffers
    18
    19#endif

View as plain text