Cbeam
Loading...
Searching...
No Matches
test_json.cpp File Reference
#include <cbeam/json/map.hpp>
#include <cbeam/json/nested_map.hpp>
#include <cbeam/json/string.hpp>
#include <cbeam/json/traits.hpp>
#include <cbeam/container/stable_reference_buffer.hpp>
#include <cbeam/convert/buffer.hpp>
#include <cbeam/lifecycle/singleton.hpp>
#include <cbeam/memory/pointer.hpp>
#include <gtest/gtest.h>
#include <string>
Include dependency graph for test_json.cpp:

Classes

class  JSONTest
 

Functions

 TEST_F (JSONTest, serializeValue)
 
 TEST_F (JSONTest, stringIntMap)
 
 TEST_F (JSONTest, boolStringMap)
 
 TEST_F (JSONTest, serializeNestedTables1)
 
 TEST_F (JSONTest, serializeNestedTables2)
 

Function Documentation

◆ TEST_F() [1/5]

TEST_F ( JSONTest ,
boolStringMap  )

◆ TEST_F() [2/5]

TEST_F ( JSONTest ,
serializeNestedTables1  )

◆ TEST_F() [3/5]

TEST_F ( JSONTest ,
serializeNestedTables2  )

◆ TEST_F() [4/5]

TEST_F ( JSONTest ,
serializeValue  )

◆ TEST_F() [5/5]

TEST_F ( JSONTest ,
stringIntMap  )