Reflection for RapidJSON 0.0.16
Reflection for serializing/deserializing with RapidJSON
Loading...
Searching...
No Matches
JsonReflectorTests Class Reference

The JsonReflectorTests class tests RapidJSON wrapper which is used to ease code generation. More...

Inheritance diagram for JsonReflectorTests:
[legend]
Collaboration diagram for JsonReflectorTests:
[legend]

Public Member Functions

void setUp () override
 
void tearDown () override
 
void experiment ()
 
void testSerializePrimitives ()
 Tests serializing strings, numbers, arrays and boolean.
 
void testSerializeSimpleObjects ()
 Tests serializing objects.
 
void testSerializeNestedObjects ()
 Tests serializing nested object and arrays.
 
void testSerializeUniquePtr ()
 
void testSerializeSharedPtr ()
 
void testSerializeOptional ()
 Tests serializing std::optional.
 
void testDeserializePrimitives ()
 Tests deserializing strings, numbers (int, float, double) and boolean.
 
void testDeserializeSimpleObjects ()
 Tests deserializing simple objects.
 
void testDeserializeNestedObjects ()
 Tests deserializing nested objects and arrays.
 
void testDeserializeUniquePtr ()
 Tests deserializing std::optional.
 
void testDeserializeSharedPtr ()
 
void testDeserializeOptional ()
 
void testHandlingParseError ()
 Tests whether RAPIDJSON_NAMESPACE::ParseResult is thrown correctly when passing invalid JSON to fromJSON().
 
void testHandlingTypeMismatch ()
 Tests whether errors are added on type mismatch and in other cases.
 

Detailed Description

The JsonReflectorTests class tests RapidJSON wrapper which is used to ease code generation.

Remarks
In these tests, the required reflection code is provided by hand so the generator isn't involved yet.

Definition at line 182 of file jsonreflector.cpp.

Member Function Documentation

◆ experiment()

void JsonReflectorTests::experiment ( )

◆ setUp()

void JsonReflectorTests::setUp ( )
override

Definition at line 225 of file jsonreflector.cpp.

◆ tearDown()

void JsonReflectorTests::tearDown ( )
override

Definition at line 229 of file jsonreflector.cpp.

◆ testDeserializeNestedObjects()

void JsonReflectorTests::testDeserializeNestedObjects ( )

Tests deserializing nested objects and arrays.

Definition at line 504 of file jsonreflector.cpp.

◆ testDeserializeOptional()

void JsonReflectorTests::testDeserializeOptional ( )

Definition at line 593 of file jsonreflector.cpp.

◆ testDeserializePrimitives()

void JsonReflectorTests::testDeserializePrimitives ( )

Tests deserializing strings, numbers (int, float, double) and boolean.

Definition at line 411 of file jsonreflector.cpp.

◆ testDeserializeSharedPtr()

void JsonReflectorTests::testDeserializeSharedPtr ( )

Definition at line 571 of file jsonreflector.cpp.

◆ testDeserializeSimpleObjects()

void JsonReflectorTests::testDeserializeSimpleObjects ( )

Tests deserializing simple objects.

Definition at line 467 of file jsonreflector.cpp.

◆ testDeserializeUniquePtr()

void JsonReflectorTests::testDeserializeUniquePtr ( )

Tests deserializing std::optional.

Definition at line 549 of file jsonreflector.cpp.

◆ testHandlingParseError()

void JsonReflectorTests::testHandlingParseError ( )

Tests whether RAPIDJSON_NAMESPACE::ParseResult is thrown correctly when passing invalid JSON to fromJSON().

Definition at line 612 of file jsonreflector.cpp.

◆ testHandlingTypeMismatch()

void JsonReflectorTests::testHandlingTypeMismatch ( )

Tests whether errors are added on type mismatch and in other cases.

Definition at line 627 of file jsonreflector.cpp.

◆ testSerializeNestedObjects()

void JsonReflectorTests::testSerializeNestedObjects ( )

Tests serializing nested object and arrays.

Definition at line 300 of file jsonreflector.cpp.

◆ testSerializeOptional()

void JsonReflectorTests::testSerializeOptional ( )

Tests serializing std::optional.

Definition at line 389 of file jsonreflector.cpp.

◆ testSerializePrimitives()

void JsonReflectorTests::testSerializePrimitives ( )

Tests serializing strings, numbers, arrays and boolean.

Definition at line 236 of file jsonreflector.cpp.

◆ testSerializeSharedPtr()

void JsonReflectorTests::testSerializeSharedPtr ( )

Definition at line 358 of file jsonreflector.cpp.

◆ testSerializeSimpleObjects()

void JsonReflectorTests::testSerializeSimpleObjects ( )

Tests serializing objects.

Definition at line 273 of file jsonreflector.cpp.

◆ testSerializeUniquePtr()

void JsonReflectorTests::testSerializeUniquePtr ( )

Definition at line 330 of file jsonreflector.cpp.


The documentation for this class was generated from the following file: