Home
last modified time | relevance | path

Searched refs:do_format_cell_test (Results 1 – 1 of 1) sorted by relevance

/src/contrib/kyua/cli/
H A Dcmd_db_exec_test.cpp53 do_format_cell_test(const std::string column_type, in do_format_cell_test() function
81 do_format_cell_test( in ATF_TEST_CASE_BODY()
90 do_format_cell_test("FLOAT", 3.5, "3.5"); in ATF_TEST_CASE_BODY()
97 do_format_cell_test("INTEGER", 123456, "123456"); in ATF_TEST_CASE_BODY()
104 do_format_cell_test("TEXT", sqlite::null(), "NULL"); in ATF_TEST_CASE_BODY()
111 do_format_cell_test("TEXT", "Hello, world", "Hello, world"); in ATF_TEST_CASE_BODY()