Lines Matching defs:expected
64 constexpr bool is_equal(View& view, const Expected& expected) { in is_equal()
79 constexpr bool test_function_call(T&& input, Separator&& separator, std::array<U, M> expected) { in test_function_call()
85 constexpr bool test_with_piping(T&& input, Separator&& separator, std::array<U, M> expected) { in test_with_piping()
170 constexpr void test_one(T&& input, Separator&& separator, std::array<U, M> expected) { in test_one()
197 std::array expected = {"abc"sv, std::string_view("def", sizeof("def"))}; in test_string_literals() local
208 std::array expected = {std::string_view("", 1)}; in test_string_literals() local
231 std::array expected = {"a"sv, "b"sv, "c"sv, "\0"sv}; in test_string_literals() local
293 std::array expected = {"abc"sv, "def"sv}; in main_test() local
300 std::array expected = {"abc"sv, ""sv, ""sv, ""sv, "def"sv}; in main_test() local
307 std::array expected = {"abc"sv, "def"sv, ""sv}; in main_test() local
314 std::array expected = {""sv, "abc"sv, "def"sv}; in main_test() local
321 std::array expected = {"abc"sv}; in main_test() local
328 std::array expected = {""sv, ""sv}; in main_test() local
335 std::array expected = {""sv, ""sv, ""sv, ""sv}; in main_test() local
343 std::array expected = {""sv, "aa"sv}; in main_test() local
349 std::array expected = {""sv, ""sv, "abc"sv, ""sv, ""sv, "def"sv, ""sv, ""sv}; in main_test() local
356 std::array expected = {""sv, "a"sv, "b"sv, "c"sv, ""sv}; in main_test() local
364 std::array expected = {"a"sv, "aa"sv, ""sv, "b"sv}; in main_test() local
370 std::array<std::string_view, 0> expected = {}; in main_test() local
378 std::array expected = {"a"sv, "b"sv, "c"sv}; in main_test() local
385 std::array expected = {"abc"sv, "def"sv}; in main_test() local