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

[==========] Running 8 tests from 1 test case. [----------] Global test environment set-up. [----------] 8 tests from JSONParserTest [ RUN ] JSONParserTest.ReadInvalidFile [ OK ] JSONParserTest.ReadInvalidFile (0 ms) [ RUN ] JSONParserTest.ParseWithErrors [ OK ] JSONParserTest.ParseWithErrors (1 ms) [ RUN ] JSONParserTest.ParseFromString [ OK ] JSONParserTest.ParseFromString (0 ms) [ RUN ] JSONParserTest.ParseTwice [ OK ] JSONParserTest.ParseTwice (0 ms) [ RUN ] JSONParserTest.ParseValid [ OK ] JSONParserTest.ParseValid (0 ms) [ RUN ] JSONParserTest.ParseFromFileAt [ OK ] JSONParserTest.ParseFromFileAt (1 ms) [ RUN ] JSONParserTest.ParseFromDirectory [ OK ] JSONParserTest.ParseFromDirectory (0 ms) [ RUN ] JSONParserTest.ParseFromDirectoryWithErrors [ OK ] JSONParserTest.ParseFromDirectoryWithErrors (1 ms) [----------] 8 tests from JSONParserTest (3 ms total) [----------] Global test environment tear-down [==========] 8 tests from 1 test case ran. (3 ms total) [ PASSED ] 8 tests.