Lines Matching defs:expected
408 SECTION("issue #1045 - Using STL algorithms with JSON containers with expected results?")
450 std::map<std::string, Data> expected
456 const auto data = j.get<decltype(expected)>();
457 CHECK(expected == data);
469 std::string expected = R"({"1":")";
472 expected += "\\ufffd";
474 expected += "\"}";
477 CHECK(s == expected);
486 std::string expected = R"({"1":")";
489 expected += "\xEF\xBF\xBD";
491 expected += "\"}";
494 CHECK(s == expected);
747 // the code below is expected to not leak memory