yaml-cpp/test
bedapisl 0122697561 Improve error messages on operator[] or as<> (#656)
Invalid access via operator[] or as<> will now print the offending key, if possible.

For example:

a:
  x: 1
  y: 2

node["a"]["z"].as<int>()

will say that the key "z" was invalid.
2019-04-17 08:44:09 -05:00
..
gtest-1.8.0 test: Upgrade googlemock 1.7.0 to googletest 1.8.0 2017-08-24 22:49:17 -05:00
integration Improve error messages on operator[] or as<> (#656) 2019-04-17 08:44:09 -05:00
node Fix float precision (#649) 2018-12-21 09:05:19 -05:00
CMakeLists.txt Improvements to CMake buildsystem 2018-09-03 10:37:06 -05:00
create-emitter-tests.py Add optional OnAnchor method to EventHandler (#530) 2019-03-12 15:24:32 -07:00
handler_test.h Factored out HandlerTest as a base class 2014-03-23 16:26:44 -05:00
main.cpp Convert node tests to gtest 2014-03-23 19:21:13 -05:00
mock_event_handler.h Add optional OnAnchor method to EventHandler (#530) 2019-03-12 15:24:32 -07:00
ostream_wrapper_test.cpp Run IWYU 2014-03-22 22:46:04 -05:00
regex_test.cpp Apply formatting/style tweaks to comply with compile time diagnostics for g++ and clang++ (#686) 2019-03-13 15:18:34 -07:00
specexamples.h Convert spec tests to gtest with gmock 2014-03-23 12:49:30 -05:00