[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from EasyJsonTest
[ RUN      ] EasyJsonTest.TestNull
[       OK ] EasyJsonTest.TestNull (1 ms)
[ RUN      ] EasyJsonTest.TestBasic
[       OK ] EasyJsonTest.TestBasic (0 ms)
[ RUN      ] EasyJsonTest.TestNested
[       OK ] EasyJsonTest.TestNested (0 ms)
[ RUN      ] EasyJsonTest.TestCompactSyntax
[       OK ] EasyJsonTest.TestCompactSyntax (0 ms)
[ RUN      ] EasyJsonTest.TestComplexInitializer
[       OK ] EasyJsonTest.TestComplexInitializer (0 ms)
[ RUN      ] EasyJsonTest.TestAllocatorLifetime
[       OK ] EasyJsonTest.TestAllocatorLifetime (0 ms)
[ RUN      ] EasyJsonTest.ToString
[       OK ] EasyJsonTest.ToString (0 ms)
[----------] 7 tests from EasyJsonTest (3 ms total)

[----------] Global test environment tear-down
[==========] 7 tests from 1 test suite ran. (3 ms total)
[  PASSED  ] 7 tests.
