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 (1 ms) [ RUN ] JSONParserTest.ParseWithErrors [ OK ] JSONParserTest.ParseWithErrors (1 ms) [ RUN ] JSONParserTest.ParseFromString [ OK ] JSONParserTest.ParseFromString (1 ms) [ RUN ] JSONParserTest.ParseTwice [ OK ] JSONParserTest.ParseTwice (0 ms) [ RUN ] JSONParserTest.ParseValid [ OK ] JSONParserTest.ParseValid (1 ms) [ RUN ] JSONParserTest.ParseFromFileAt [ OK ] JSONParserTest.ParseFromFileAt (1 ms) [ RUN ] JSONParserTest.ParseFromDirectory [ OK ] JSONParserTest.ParseFromDirectory (2 ms) [ RUN ] JSONParserTest.ParseFromDirectoryWithErrors [ OK ] JSONParserTest.ParseFromDirectoryWithErrors (2 ms) [----------] 8 tests from JSONParserTest (9 ms total) [----------] Global test environment tear-down [==========] 8 tests from 1 test suite ran. (9 ms total) [ PASSED ] 8 tests.