toml11/tests
2019-07-23 22:32:32 +09:00
..
check_serialization.cpp test: add serialization test for arbitrary file 2019-06-29 16:40:42 +09:00
check_toml_test.cpp fix: enable to deduce what basic_value to be used 2019-06-20 16:21:01 +09:00
check.cpp ci: fix name of directory and add test script 2019-03-17 19:20:24 +09:00
CMakeLists.txt test: add test for toml::string format 2019-06-29 20:20:31 +09:00
test_comments.cpp test: add test for nocomment/showcomment 2019-06-28 19:09:05 +09:00
test_datetime.cpp chore: update boost test library usage (v2->v3) 2019-06-21 14:43:13 +09:00
test_error_detection.cpp refactor: use CHECK_THROW macro to check it throws 2019-06-21 14:47:27 +09:00
test_expect.cpp test: rename test source file 2019-06-22 17:23:51 +09:00
test_extended_conversions.cpp refactor: update Boost.Test v2 to v3 2019-06-21 14:50:17 +09:00
test_find_or.cpp test: add test_find_or 2019-06-22 16:58:45 +09:00
test_find.cpp refactor: replace BOOST_CHECK_EQUAL by BOOST_TEST 2019-06-21 16:01:14 +09:00
test_format_error.cpp test: add missing include file to test code 2019-07-23 22:32:32 +09:00
test_get_or.cpp test: fix test module name 2019-06-22 16:58:21 +09:00
test_get.cpp fix: fix test case name 2019-06-21 16:01:04 +09:00
test_lex_aux.hpp test: add basic_value type to serialization tests 2019-06-21 16:01:08 +09:00
test_lex_boolean.cpp add test for lexers 2018-12-04 20:30:21 +09:00
test_lex_datetime.cpp add test for lexers 2018-12-04 20:30:21 +09:00
test_lex_floating.cpp add test for lexers 2018-12-04 20:30:21 +09:00
test_lex_integer.cpp add test for lexers 2018-12-04 20:30:21 +09:00
test_lex_key_comment.cpp add a lot of dotted keys to test_lex 2018-12-12 01:26:56 +09:00
test_lex_string.cpp use hexcode instead of u8 string on windows 2018-12-04 21:43:43 +09:00
test_literals.cpp test: add basic_value type to serialization tests 2019-06-21 16:01:08 +09:00
test_multiple_translation_unit_1.cpp test: update test for multiple translation units 2019-06-02 22:00:56 +09:00
test_multiple_translation_unit_2.cpp test: add test for multiple translation unit 2019-03-18 12:39:58 +09:00
test_parse_array.cpp test: update interfaces of parse_* and value 2019-06-03 22:01:16 +09:00
test_parse_aux.hpp test: add basic_value type to serialization tests 2019-06-21 16:01:08 +09:00
test_parse_boolean.cpp test: update interfaces of parse_* and value 2019-06-03 22:01:16 +09:00
test_parse_datetime.cpp test: update interfaces of parse_* and value 2019-06-03 22:01:16 +09:00
test_parse_file.cpp refactor: replace BOOST_CHECK_EQUAL by BOOST_TEST 2019-06-21 16:01:14 +09:00
test_parse_floating.cpp test: update interfaces of parse_* and value 2019-06-03 22:01:16 +09:00
test_parse_inline_table.cpp test: update interfaces of parse_* and value 2019-06-03 22:01:16 +09:00
test_parse_integer.cpp test: update interfaces of parse_* and value 2019-06-03 22:01:16 +09:00
test_parse_key.cpp feat: get region info when parsing keys 2019-02-26 00:17:28 +09:00
test_parse_string.cpp test: update interfaces of parse_* and value 2019-06-03 22:01:16 +09:00
test_parse_table_key.cpp add test case for array-of-tables 2018-12-12 12:13:49 +09:00
test_parse_table.cpp refactor: replace BOOST_CHECK_EQUAL by BOOST_TEST 2019-06-21 16:01:14 +09:00
test_parse_unicode.cpp refactor: replace BOOST_CHECK_EQUAL by BOOST_TEST 2019-06-21 16:01:14 +09:00
test_result.cpp test: add basic_value type to serialization tests 2019-06-21 16:01:08 +09:00
test_serialize_file.cpp fix: remove CR before comparing to the reference 2019-06-29 15:38:28 +09:00
test_string.cpp test: add test for toml::string format 2019-06-29 20:20:31 +09:00
test_traits.cpp fix: fix test case name 2019-06-21 16:01:04 +09:00
test_utility.cpp fix: fix test case name 2019-06-21 16:01:04 +09:00
test_value.cpp test: add basic_value type to serialization tests 2019-06-21 16:01:08 +09:00