Lines Matching defs:expected
32 constexpr bool is_equal(View& view, const Expected& expected) { in is_equal()
37 constexpr bool test_function_call(T&& input, Separator&& separator, std::array<U, M> expected) { in test_function_call()
43 constexpr bool test_with_piping(T&& input, Separator&& separator, std::array<U, M> expected) { in test_with_piping()
128 constexpr void test_one(T&& input, Separator&& separator, std::array<U, M> expected) { in test_one()
145 std::array expected = {"abc"sv, std::string_view("def", sizeof("def"))}; in test_string_literals() local
156 std::array expected = {std::string_view("", 1)}; in test_string_literals() local
179 std::array expected = {"a"sv, "b"sv, "c"sv, "\0"sv}; in test_string_literals() local
241 std::array expected = {"abc"sv, "def"sv}; in main_test() local
248 std::array expected = {"abc"sv, ""sv, ""sv, ""sv, "def"sv}; in main_test() local
255 std::array expected = {"abc"sv, "def"sv, ""sv}; in main_test() local
262 std::array expected = {""sv, "abc"sv, "def"sv}; in main_test() local
269 std::array expected = {"abc"sv}; in main_test() local
276 std::array expected = {""sv, ""sv}; in main_test() local
283 std::array expected = {""sv, ""sv, ""sv, ""sv}; in main_test() local
291 std::array expected = {""sv, "aa"sv}; in main_test() local
297 std::array expected = {""sv, ""sv, "abc"sv, ""sv, ""sv, "def"sv, ""sv, ""sv}; in main_test() local
304 std::array expected = {""sv, "a"sv, "b"sv, "c"sv, ""sv}; in main_test() local
312 std::array expected = {"a"sv, "aa"sv, ""sv, "b"sv}; in main_test() local
318 std::array<std::string_view, 0> expected = {}; in main_test() local
326 std::array expected = {"a"sv, "b"sv, "c"sv}; in main_test() local
333 std::array expected = {"abc"sv, "def"sv}; in main_test() local