[==========] Running 10 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 10 tests from JsonReaderTest
[ RUN      ] JsonReaderTest.Corrupt
[       OK ] JsonReaderTest.Corrupt (0 ms)
[ RUN      ] JsonReaderTest.Empty
[       OK ] JsonReaderTest.Empty (0 ms)
[ RUN      ] JsonReaderTest.Basic
[       OK ] JsonReaderTest.Basic (0 ms)
[ RUN      ] JsonReaderTest.LessBasic
[       OK ] JsonReaderTest.LessBasic (0 ms)
[ RUN      ] JsonReaderTest.SignedAndUnsignedInts
[       OK ] JsonReaderTest.SignedAndUnsignedInts (0 ms)
[ RUN      ] JsonReaderTest.Doubles
[       OK ] JsonReaderTest.Doubles (0 ms)
[ RUN      ] JsonReaderTest.Floats
[       OK ] JsonReaderTest.Floats (0 ms)
[ RUN      ] JsonReaderTest.Objects
[       OK ] JsonReaderTest.Objects (0 ms)
[ RUN      ] JsonReaderTest.TopLevelArray
[       OK ] JsonReaderTest.TopLevelArray (0 ms)
[ RUN      ] JsonReaderTest.NestedArray
[       OK ] JsonReaderTest.NestedArray (0 ms)
[----------] 10 tests from JsonReaderTest (1 ms total)

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