Function create_test_row

Source
pub fn create_test_row(
    column_names: Vec<String>,
    values: Vec<RowValues>,
) -> CustomDbRow