chromium/third_party/flatbuffers/src/tests/json_test.cpp

#include "json_test.h"

#include "flatbuffers/flatbuffers.h"
#include "flatbuffers/idl.h"
#include "monster_test_bfbs_generated.h"
#include "monster_test_generated.h"
#include "optional_scalars_generated.h"
#include "test_assert.h"

namespace flatbuffers {
namespace tests {

usingnamespaceMyGame::Example;

// Check stringify of an default enum value to json
void JsonDefaultTest(const std::string &tests_data_path) {}

void JsonEnumsTest(const std::string &tests_data_path) {}

void JsonOptionalTest(const std::string &tests_data_path,
                      bool default_scalars) {}

void ParseIncorrectMonsterJsonTest(const std::string &tests_data_path) {}

void JsonUnsortedArrayTest() {}

void JsonUnionStructTest() {}

}  // namespace tests
}  // namespace flatbuffers