Back to build
Raw log | Switch to full mode | Login

[==========] Running 8 tests from 1 test suite. [----------] Global test environment set-up. [----------] 8 tests from JSONParserTest [ RUN ] JSONParserTest.ReadInvalidFile [ OK ] JSONParserTest.ReadInvalidFile (3 ms) [ RUN ] JSONParserTest.ParseWithErrors [ OK ] JSONParserTest.ParseWithErrors (5 ms) [ RUN ] JSONParserTest.ParseFromString [ OK ] JSONParserTest.ParseFromString (2 ms) [ RUN ] JSONParserTest.ParseTwice [ OK ] JSONParserTest.ParseTwice (2 ms) [ RUN ] JSONParserTest.ParseValid [ OK ] JSONParserTest.ParseValid (3 ms) [ RUN ] JSONParserTest.ParseFromFileAt [ OK ] JSONParserTest.ParseFromFileAt (4 ms) [ RUN ] JSONParserTest.ParseFromDirectory [ OK ] JSONParserTest.ParseFromDirectory (9 ms) [ RUN ] JSONParserTest.ParseFromDirectoryWithErrors [ OK ] JSONParserTest.ParseFromDirectoryWithErrors (6 ms) [----------] 8 tests from JSONParserTest (34 ms total) [----------] Global test environment tear-down [==========] 8 tests from 1 test suite ran. (34 ms total) [ PASSED ] 8 tests.