[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from YamlReaderTest
[ RUN      ] YamlReaderTest.FileNotExist
[       OK ] YamlReaderTest.FileNotExist (1 ms)
[ RUN      ] YamlReaderTest.Corruption
[       OK ] YamlReaderTest.Corruption (1 ms)
[ RUN      ] YamlReaderTest.EmptyFile
[       OK ] YamlReaderTest.EmptyFile (0 ms)
[ RUN      ] YamlReaderTest.KeyNotExist
[       OK ] YamlReaderTest.KeyNotExist (0 ms)
[ RUN      ] YamlReaderTest.Scalar
[       OK ] YamlReaderTest.Scalar (2 ms)
[ RUN      ] YamlReaderTest.Map
[       OK ] YamlReaderTest.Map (0 ms)
[ RUN      ] YamlReaderTest.Array
[       OK ] YamlReaderTest.Array (0 ms)
[----------] 7 tests from YamlReaderTest (8 ms total)

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