Randomness seeded to: 640760095 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tcatch is a Catch2 v3.3.1 host application. Run with -? for options ------------------------------------------------------------------------------- Error tests ------------------------------------------------------------------------------- tcatch.cpp:149 ............................................................................... tcatch.cpp:151: PASSED: REQUIRE( get_properties( "non-existent-file", mymap ) == -1 ) with expansion: -1 == -1 0.000 s: Error tests ------------------------------------------------------------------------------- Normal tests ------------------------------------------------------------------------------- tcatch.cpp:154 ............................................................................... tcatch.cpp:156: PASSED: REQUIRE( get_properties( "llil-1.txt", mymap ) == 3 ) with expansion: 3 == 3 tcatch.cpp:157: PASSED: REQUIRE( get_properties( "llil-2.txt", mymap ) == 5 ) with expansion: 5 == 5 tcatch.cpp:164: PASSED: REQUIRE_THAT( myvec, Catch::Matchers::UnorderedEquals( vec_str_int_type{ { str_type { "camel" }, 69 }, { str_type { "dromedary" }, 76 }, { str_type { "kibitzer" }, 1000 }, { str_type { "pearl" }, 42 } } ) ) with expansion: { {?}, {?}, {?}, {?} } UnorderedEquals: { {?}, {?}, {?}, {?} } 0.000 s: Normal tests =============================================================================== All tests passed (4 assertions in 2 test cases)